Index: src/gpu/gl/GrGLContext.cpp |
diff --git a/src/gpu/gl/GrGLContext.cpp b/src/gpu/gl/GrGLContext.cpp |
index 296eaa57f4bb84b6ce1531def6010c420307d4b5..54deb323c0a60ff6a40dc7407a5bda900f2e5220 100644 |
--- a/src/gpu/gl/GrGLContext.cpp |
+++ b/src/gpu/gl/GrGLContext.cpp |
@@ -25,7 +25,7 @@ bool GrGLContextInfo::initialize(const GrGLInterface* interface) { |
this->reset(); |
// We haven't validated the GrGLInterface yet, so check for GetString |
// function pointer |
- if (interface->fGetString) { |
+ if (interface->fFunctions.fGetString) { |
const GrGLubyte* verUByte; |
GR_GL_CALL_RET(interface, verUByte, GetString(GR_GL_VERSION)); |
const char* ver = reinterpret_cast<const char*>(verUByte); |