Index: gpu/command_buffer/service/gles2_cmd_decoder_mock.h |
=================================================================== |
--- gpu/command_buffer/service/gles2_cmd_decoder_mock.h (revision 113100) |
+++ 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_METHOD8(ClearLevel, bool( |
+ MOCK_METHOD9(ClearLevel, bool( |
unsigned service_id, |
unsigned bind_target, |
unsigned target, |
@@ -65,7 +65,8 @@ |
unsigned format, |
unsigned type, |
int width, |
- int height)); |
+ int height, |
+ bool is_texture_immutable)); |
DISALLOW_COPY_AND_ASSIGN(MockGLES2Decoder); |
}; |