| Index: src/gpu/gl/GrGLNoOpInterface.h
|
| diff --git a/src/gpu/gl/GrGLNoOpInterface.h b/src/gpu/gl/GrGLNoOpInterface.h
|
| index 44894b763a62f5e008fd11430501d26c7db0adc2..23168e28a3ebacaaaa120863a4441bc77b5a4890 100644
|
| --- a/src/gpu/gl/GrGLNoOpInterface.h
|
| +++ b/src/gpu/gl/GrGLNoOpInterface.h
|
| @@ -363,6 +363,8 @@ GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetInfoLog(GrGLuint program,
|
| GrGLsizei* length,
|
| char* infolog);
|
|
|
| +GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetMultisamplefv(GrGLenum pname, GrGLuint index, GrGLfloat* val);
|
| +
|
| // can be used for both the program and shader params
|
| GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetShaderOrProgramiv(GrGLuint program,
|
| GrGLenum pname,
|
|
|