| Index: gpu/command_buffer/service/test_helper.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/test_helper.h (revision 147496)
|
| +++ gpu/command_buffer/service/test_helper.h (working copy)
|
| @@ -81,11 +81,6 @@
|
| UniformInfo* uniforms, size_t num_uniforms,
|
| GLuint service_id);
|
|
|
| - static void SetupProgramSuccessExpectations(::gfx::MockGLInterface* gl,
|
| - AttribInfo* attribs, size_t num_attribs,
|
| - UniformInfo* uniforms, size_t num_uniforms,
|
| - GLuint service_id);
|
| -
|
| private:
|
| static void SetupTextureInitializationExpectations(
|
| ::gfx::MockGLInterface* gl, GLenum target);
|
|
|