| Index: src/gpu/gl/GrGLNoOpInterface.h
|
| diff --git a/src/gpu/gl/GrGLNoOpInterface.h b/src/gpu/gl/GrGLNoOpInterface.h
|
| index 3e146d330b41ccd7ede8ab2a43045c2ac19b30fb..c7bc9d8cbbd63d6b5423b0e23cee02fab19f211a 100644
|
| --- a/src/gpu/gl/GrGLNoOpInterface.h
|
| +++ b/src/gpu/gl/GrGLNoOpInterface.h
|
| @@ -266,6 +266,12 @@ GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniformMatrix4fv(GrGLint location,
|
| GrGLboolean transpose,
|
| const GrGLfloat* value);
|
|
|
| + GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib1f(GrGLuint indx, const GrGLfloat value);
|
| +
|
| + GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib2fv(GrGLuint indx, const GrGLfloat* values);
|
| +
|
| + GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib3fv(GrGLuint indx, const GrGLfloat* values);
|
| +
|
| GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib4fv(GrGLuint indx, const GrGLfloat* values);
|
|
|
| GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribPointer(GrGLuint indx,
|
|
|