| 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 4b2d13d4ae949b1f0b098b7f3e905beb7b3cb2e4..649cb46cfccf2131095036c7af9a120bd6dbc1b8 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| @@ -32,9 +32,10 @@ class MockGLES2Decoder : public GLES2Decoder {
|
| MockGLES2Decoder();
|
| virtual ~MockGLES2Decoder();
|
|
|
| - MOCK_METHOD6(Initialize,
|
| + MOCK_METHOD7(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,
|
|
|