Index: src/gpu/gl/GrGLInterface.cpp |
=================================================================== |
--- src/gpu/gl/GrGLInterface.cpp (revision 8891) |
+++ src/gpu/gl/GrGLInterface.cpp (working copy) |
@@ -59,9 +59,7 @@ |
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 || |