Index: src/gpu/gl/GrGLCreateNullInterface.cpp |
diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp |
index f56b1d97733b9b11b06b98929723332848150509..f0a3e7d4bdd13ae9884f45879eee6c45c6df17ff 100644 |
--- a/src/gpu/gl/GrGLCreateNullInterface.cpp |
+++ b/src/gpu/gl/GrGLCreateNullInterface.cpp |
@@ -465,9 +465,8 @@ |
functions->fVertexAttrib2fv = noOpGLVertexAttrib2fv; |
functions->fVertexAttrib3fv = noOpGLVertexAttrib3fv; |
functions->fVertexAttrib4fv = noOpGLVertexAttrib4fv; |
+ functions->fVertexAttribPointer = noOpGLVertexAttribPointer; |
functions->fVertexAttribDivisor = noOpGLVertexAttribDivisor; |
- functions->fVertexAttribIPointer = noOpGLVertexAttribIPointer; |
- functions->fVertexAttribPointer = noOpGLVertexAttribPointer; |
functions->fViewport = nullGLViewport; |
functions->fBindFramebuffer = nullGLBindFramebuffer; |
functions->fBindRenderbuffer = nullGLBindRenderbuffer; |