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 073b0c12abfcbe0de60992bb30afc930dd6f34a5..95d91c5f75ba7c658b9373d1038e988bfc202e5c 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h |
@@ -74,6 +74,9 @@ class MockGLES2Decoder : public GLES2Decoder { |
bool is_texture_immutable)); |
MOCK_METHOD0(GetGLError, uint32()); |
MOCK_METHOD1(SetMsgCallback, void(const MsgCallback& callback)); |
+ MOCK_METHOD0(GetTextureUploadCount, uint32()); |
+ MOCK_METHOD0(GetTotalTextureUploadTime, base::TimeDelta()); |
+ MOCK_METHOD0(GetTotalProcessingCommandsTime, base::TimeDelta()); |
DISALLOW_COPY_AND_ASSIGN(MockGLES2Decoder); |
}; |