Index: src/gpu/gl/GrGLInterface.cpp |
diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp |
index 29a092adaec69ec8469db45b0f5e312ee5c8bf32..9158f25b4b21d9266d39193a2782f608007128f6 100644 |
--- a/src/gpu/gl/GrGLInterface.cpp |
+++ b/src/gpu/gl/GrGLInterface.cpp |
@@ -152,6 +152,9 @@ bool GrGLInterface::validate() const { |
NULL == fFunctions.fGetShaderiv || |
NULL == fFunctions.fGetString || |
NULL == fFunctions.fGetUniformLocation || |
+#if 0 // Not included in Chrome yet |
+ NULL == fFunctions.fIsTexture || |
+#endif |
NULL == fFunctions.fLinkProgram || |
NULL == fFunctions.fLineWidth || |
NULL == fFunctions.fPixelStorei || |