Index: src/gpu/gl/GrGLInterface.cpp |
=================================================================== |
--- src/gpu/gl/GrGLInterface.cpp (revision 8610) |
+++ src/gpu/gl/GrGLInterface.cpp (working copy) |
@@ -59,6 +59,9 @@ |
NULL == fClearStencil || |
NULL == fColorMask || |
NULL == fCompileShader || |
+#if 0 // FIXME: Remove this once Chromium is updated to provide this function |
+ NULL == fCopyTexSubImage2D || |
+#endif |
NULL == fCreateProgram || |
NULL == fCreateShader || |
NULL == fCullFace || |