| Index: src/gpu/gl/GrGLCreateNullInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp
|
| index 9cac1c675add39c8af87b23532d8c9c5e0cfc285..6275ced6fcfc6eb78d768da4739bff0aa59a3936 100644
|
| --- a/src/gpu/gl/GrGLCreateNullInterface.cpp
|
| +++ b/src/gpu/gl/GrGLCreateNullInterface.cpp
|
| @@ -454,6 +454,9 @@ const GrGLInterface* GrGLCreateNullInterface() {
|
| functions->fUniformMatrix4fv = noOpGLUniformMatrix4fv;
|
| functions->fUnmapBuffer = nullGLUnmapBuffer;
|
| functions->fUseProgram = nullGLUseProgram;
|
| + functions->fVertexAttrib1f = noOpGLVertexAttrib1f;
|
| + functions->fVertexAttrib2fv = noOpGLVertexAttrib2fv;
|
| + functions->fVertexAttrib3fv = noOpGLVertexAttrib3fv;
|
| functions->fVertexAttrib4fv = noOpGLVertexAttrib4fv;
|
| functions->fVertexAttribPointer = noOpGLVertexAttribPointer;
|
| functions->fViewport = nullGLViewport;
|
|
|