| Index: gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/gles2_cmd_decoder_mock.h (revision 114132)
|
| +++ gpu/command_buffer/service/gles2_cmd_decoder_mock.h (working copy)
|
| @@ -57,7 +57,7 @@
|
| uint32* service_texture_id));
|
| MOCK_METHOD0(GetContextLostReason, error::ContextLostReason());
|
| MOCK_CONST_METHOD1(GetCommandName, const char*(unsigned int command_id));
|
| - MOCK_METHOD9(ClearLevel, bool(
|
| + MOCK_METHOD8(ClearLevel, bool(
|
| unsigned service_id,
|
| unsigned bind_target,
|
| unsigned target,
|
| @@ -65,8 +65,7 @@
|
| unsigned format,
|
| unsigned type,
|
| int width,
|
| - int height,
|
| - bool is_texture_immutable));
|
| + int height));
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MockGLES2Decoder);
|
| };
|
|
|