diff options
Diffstat (limited to 'src/gpu/gl/GrGLInterface.cpp')
-rw-r--r-- | src/gpu/gl/GrGLInterface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp index ea9c29ee95..0119a1e760 100644 --- a/src/gpu/gl/GrGLInterface.cpp +++ b/src/gpu/gl/GrGLInterface.cpp @@ -358,7 +358,6 @@ bool GrGLInterface::validate(GrGLBinding binding) const { } } } 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 @@ bool GrGLInterface::validate(GrGLBinding binding) const { return false; } } -#endif } return true; |