| Index: src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| diff --git a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| index 00bff3f870c465c4c5dd47798d73c1a660fcab15..3d350064819357f4e72e41a5c514f8ca0f1fb043 100644
|
| --- a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| +++ b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| @@ -89,6 +89,7 @@ const GrGLInterface* GrGLCreateNativeInterface() {
|
| interface->fFlush = glFlush;
|
| interface->fFrontFace = glFrontFace;
|
| GR_GL_GET_PROC(GenBuffers);
|
| + GR_GL_GET_PROC(GenerateMipmap);
|
| GR_GL_GET_PROC(GetBufferParameteriv);
|
| interface->fGetError = glGetError;
|
| interface->fGetIntegerv = glGetIntegerv;
|
|
|