Index: src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
diff --git a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
index 1455d1fcfb03b09db3b5f98505759ec5a2854e03..eb0e87e1802d3010be0e29a937835c95734084a4 100644 |
--- a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
+++ b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
@@ -110,6 +110,7 @@ const GrGLInterface* GrGLCreateNativeInterface() { |
GET_PROC(Flush); |
GET_PROC(FrontFace); |
GET_PROC(GenBuffers); |
+ GET_PROC(GenerateMipmap); |
GET_PROC(GenQueries); |
GET_PROC(GetBufferParameteriv); |
GET_PROC(GetError); |