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 9fb8241fea1a38286a0b5c6975740229e063c25f..c13e3585d445043a10a0b1a066c25d8e9a2e48df 100644 |
--- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
+++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
@@ -142,7 +142,7 @@ const GrGLInterface* GrGLCreateNativeInterface() { |
interface->fGenVertexArrays = glGenVertexArraysOES; |
#endif |
- interface->fBindingsExported = kES_GrGLBinding; |
+ interface->fStandard = kGLES_GrGLStandard; |
return interface; |
} |