Index: src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
diff --git a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
index e83ccddeaf478e7b22147a3f8695ab86bd6f7d8f..62a39e383a4ae6e47ada6fa69b9fb295cc9ed764 100644 |
--- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
+++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
@@ -54,6 +54,7 @@ const GrGLInterface* GrGLCreateNativeInterface() { |
interface->fFlush = glFlush; |
interface->fFrontFace = glFrontFace; |
interface->fGenBuffers = glGenBuffers; |
+ interface->fGenerateMipmap = glGenerateMipmap; |
interface->fGetBufferParameteriv = glGetBufferParameteriv; |
interface->fGetError = glGetError; |
interface->fGetIntegerv = glGetIntegerv; |