Index: gpu/command_buffer/service/gles2_cmd_decoder_mock.h |
=================================================================== |
--- gpu/command_buffer/service/gles2_cmd_decoder_mock.h (revision 131639) |
+++ gpu/command_buffer/service/gles2_cmd_decoder_mock.h (working copy) |
@@ -32,10 +32,9 @@ |
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, |