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 1e5357dae483ac512cc769dd0cb4d4250ae9ae24..48d17a254a72d488808c869902657724128e4bed 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h |
@@ -102,16 +102,16 @@ 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( |
- Texture* texture, |
- unsigned target, |
- int level, |
- unsigned internal_format, |
- unsigned format, |
- unsigned type, |
- int width, |
- int height, |
- bool is_texture_immutable)); |
+ MOCK_METHOD9(ClearLevel, |
+ bool(Texture* texture, |
+ unsigned target, |
+ int level, |
+ unsigned format, |
+ unsigned type, |
+ int x_offset, |
+ int y_offset, |
+ int width, |
+ int height)); |
MOCK_METHOD0(GetErrorState, ErrorState *()); |
MOCK_METHOD0(GetLogger, Logger*()); |