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 c13e3585d445043a10a0b1a066c25d8e9a2e48df..d00ffdfec8004017be2adc23cced3e117e4a874e 100644 |
--- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
+++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
@@ -143,6 +143,6 @@ const GrGLInterface* GrGLCreateNativeInterface() { |
#endif |
interface->fStandard = kGLES_GrGLStandard; |
- |
+ interface->fExtensions.init(kGLES_GrGLStandard, glGetString, NULL, glGetIntegerv); |
return interface; |
} |