| 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 78e7f2ad7f66b42b485a4f6e4a32dbaeec9f486b..f22ade01143effcb885db897b4b80daaea9ce139 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| @@ -87,11 +87,12 @@ class MockGLES2Decoder : public GLES2Decoder {
|
| uint32* service_texture_id));
|
| MOCK_METHOD0(GetContextLostReason, error::ContextLostReason());
|
| MOCK_CONST_METHOD1(GetCommandName, const char*(unsigned int command_id));
|
| - MOCK_METHOD9(ClearLevel, bool(
|
| + MOCK_METHOD10(ClearLevel, bool(
|
| unsigned service_id,
|
| unsigned bind_target,
|
| unsigned target,
|
| int level,
|
| + unsigned internal_format,
|
| unsigned format,
|
| unsigned type,
|
| int width,
|
|
|