Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
index 1a0e7accf2c0f1606bf5d1cd49645f4c6433fa85..bab5f0657771646e8247de08ae5227a0f43da66a 100644 |
--- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
+++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
@@ -790,7 +790,7 @@ private: |
const GrGLInterface* GrGLCreateDebugInterface() { |
GrGLInterface* interface = SkNEW(GrDebugGLInterface); |
- interface->fBindingsExported = kDesktop_GrGLBinding; |
+ interface->fStandard = kGL_GrGLStandard; |
interface->fActiveTexture = debugGLActiveTexture; |
interface->fAttachShader = debugGLAttachShader; |
interface->fBeginQuery = debugGLBeginQuery; |