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 d2a14b4c5a62174d19e3e25a935063344ec31f82..be58b3c05377fb1b97b1aeaea5c563b57c03a05d 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h |
@@ -52,6 +52,7 @@ class MockGLES2Decoder : public GLES2Decoder { |
MOCK_METHOD0(GetGLContext, gfx::GLContext*()); |
MOCK_METHOD0(GetContextGroup, ContextGroup*()); |
MOCK_METHOD0(ProcessPendingQueries, bool()); |
+ MOCK_CONST_METHOD0(RestoreState, void()); |
MOCK_METHOD0(GetQueryManager, gpu::gles2::QueryManager*()); |
MOCK_METHOD0(GetVertexArrayManager, gpu::gles2::VertexArrayManager*()); |
MOCK_METHOD1(SetResizeCallback, void(const base::Callback<void(gfx::Size)>&)); |