Index: src/gpu/gl/GrGLInterface.cpp |
=================================================================== |
--- src/gpu/gl/GrGLInterface.cpp (revision 7958) |
+++ src/gpu/gl/GrGLInterface.cpp (working copy) |
@@ -358,7 +358,6 @@ |
} |
} |
} else { |
-#if 0 // Remove this #if once Chromium interfaces set these pointers |
if (extensions.has("GL_OES_vertex_array_object")) { |
if (NULL == fBindVertexArray || |
NULL == fDeleteVertexArrays || |
@@ -366,7 +365,6 @@ |
return false; |
} |
} |
-#endif |
} |
return true; |