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 427c44eab3c9e0f869ce4bcbb699c7e9d2a18c75..ad664fe0ab0115fb8f3d71389a7cd76ee111b129 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h |
@@ -81,6 +81,7 @@ class MockGLES2Decoder : public GLES2Decoder { |
MOCK_METHOD0(GetTotalProcessingCommandsTime, base::TimeDelta()); |
MOCK_METHOD1(AddProcessingCommandsTime, void(base::TimeDelta)); |
MOCK_METHOD0(WasContextLost, bool()); |
+ MOCK_METHOD1(LoseContext, void(uint32 reset_status)); |
DISALLOW_COPY_AND_ASSIGN(MockGLES2Decoder); |
}; |