| Index: gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| index e6c497faca6d89e4c4d16ba9188a73714e81dcc4..e993a5e698295a1d0a2ab2f829fe4013a572b22e 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| @@ -34,13 +34,12 @@ class MockGLES2Decoder : public GLES2Decoder {
|
| MockGLES2Decoder();
|
| virtual ~MockGLES2Decoder();
|
|
|
| - MOCK_METHOD7(Initialize,
|
| + MOCK_METHOD6(Initialize,
|
| bool(const scoped_refptr<gfx::GLSurface>& surface,
|
| const scoped_refptr<gfx::GLContext>& context,
|
| bool offscreen,
|
| const gfx::Size& size,
|
| const DisallowedFeatures& disallowed_features,
|
| - const char* allowed_extensions,
|
| const std::vector<int32>& attribs));
|
| MOCK_METHOD1(Destroy, void(bool have_context));
|
| MOCK_METHOD1(SetSurface, void(const scoped_refptr<gfx::GLSurface>& surface));
|
|
|