Index: src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp |
diff --git a/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp b/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp |
index e509b92822acdc8336b00bd2e93b5817fc344c83..62f760818dc51714ff857dc1f9bd9ad21d2bb61a 100644 |
--- a/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp |
+++ b/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp |
@@ -34,7 +34,7 @@ const GrGLInterface* GrGLCreateANGLEInterface() { |
} |
GrGLInterface* interface = SkNEW(GrGLInterface); |
- interface->fBindingsExported = kES_GrGLBinding; |
+ interface->fStandard = kGLES_GrGLStandard; |
GET_PROC(ActiveTexture); |
GET_PROC(AttachShader); |