Index: src/gpu/gl/GrGLCreateNullInterface.cpp |
diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp |
index c169b1ce387f3f4726320d749c3fa2e650b1efdf..d1d851dc0fa23f62d0209d2a00637ae0aea86c73 100644 |
--- a/src/gpu/gl/GrGLCreateNullInterface.cpp |
+++ b/src/gpu/gl/GrGLCreateNullInterface.cpp |
@@ -266,7 +266,7 @@ const GrGLInterface* GrGLCreateNullInterface() { |
if (!glInterface.get()) { |
GrGLInterface* interface = SkNEW(GrGLInterface); |
glInterface.reset(interface); |
- interface->fBindingsExported = kDesktop_GrGLBinding; |
+ interface->fStandard = kGL_GrGLStandard; |
interface->fActiveTexture = nullGLActiveTexture; |
interface->fAttachShader = nullGLAttachShader; |
interface->fBeginQuery = nullGLBeginQuery; |