| Index: gpu/command_buffer/service/test_helper.h
|
| diff --git a/gpu/command_buffer/service/test_helper.h b/gpu/command_buffer/service/test_helper.h
|
| index c0dd80f3baa3c47d141d5be05084afac7f8497bb..9fc4550aa7330f2054918a003685f34627a21669 100644
|
| --- a/gpu/command_buffer/service/test_helper.h
|
| +++ b/gpu/command_buffer/service/test_helper.h
|
| @@ -81,6 +81,11 @@ class TestHelper {
|
| 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);
|
|
|