| Index: include/gpu/gl/GrGLInterface.h
|
| diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
|
| index b1bbc3d3dd08b62faac23d4a49d74cc94028812f..19e99c83a03bf1f4a3b0c030fc786070dd42e1f8 100644
|
| --- a/include/gpu/gl/GrGLInterface.h
|
| +++ b/include/gpu/gl/GrGLInterface.h
|
| @@ -330,6 +330,7 @@ public:
|
| GLPtr<GrGLVertexAttrib3fvProc> fVertexAttrib3fv;
|
| GLPtr<GrGLVertexAttrib4fvProc> fVertexAttrib4fv;
|
| GLPtr<GrGLVertexAttribDivisorProc> fVertexAttribDivisor;
|
| + GLPtr<GrGLVertexAttribIPointerProc> fVertexAttribIPointer;
|
| GLPtr<GrGLVertexAttribPointerProc> fVertexAttribPointer;
|
| GLPtr<GrGLViewportProc> fViewport;
|
|
|
|
|