| Index: cc/test/test_gles2_interface.h
|
| diff --git a/cc/test/test_gles2_interface.h b/cc/test/test_gles2_interface.h
|
| index d65ff64d835901ab2e9f1a4dc68857f76ecf2b54..dc90c6cb42b9f660dd391081a3fd264a3131ad93 100644
|
| --- a/cc/test/test_gles2_interface.h
|
| +++ b/cc/test/test_gles2_interface.h
|
| @@ -58,6 +58,9 @@ class TestGLES2Interface : public gpu::gles2::GLES2InterfaceStub {
|
| GLuint index,
|
| GLenum pname,
|
| void** pointer) OVERRIDE;
|
| + virtual void GetProgramiv(
|
| + GLuint program, GLenum pname, GLint* params) OVERRIDE;
|
| + virtual void GetShaderiv(GLuint shader, GLenum pname, GLint* params) OVERRIDE;
|
|
|
| virtual void UseProgram(GLuint program) OVERRIDE;
|
|
|
|
|