Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
index 2118c02fa7fbf5b564d941bfb8ebf26535b60dc6..bcc3007650906656c1af1c0458fc2498c238813a 100644 |
--- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
+++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
@@ -956,9 +956,8 @@ |
functions->fVertexAttrib2fv = noOpGLVertexAttrib2fv; |
functions->fVertexAttrib3fv = noOpGLVertexAttrib3fv; |
functions->fVertexAttrib4fv = noOpGLVertexAttrib4fv; |
+ functions->fVertexAttribPointer = noOpGLVertexAttribPointer; |
functions->fVertexAttribDivisor = noOpGLVertexAttribDivisor; |
- functions->fVertexAttribIPointer = noOpGLVertexAttribIPointer; |
- functions->fVertexAttribPointer = noOpGLVertexAttribPointer; |
functions->fViewport = noOpGLViewport; |
functions->fBindFramebuffer = debugGLBindFramebuffer; |
functions->fBindRenderbuffer = debugGLBindRenderbuffer; |