diff options
Diffstat (limited to 'gpu/command_buffer/client/client_test_helper.h')
-rw-r--r-- | gpu/command_buffer/client/client_test_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/client/client_test_helper.h b/gpu/command_buffer/client/client_test_helper.h index 4842cc0..6f0bc6d 100644 --- a/gpu/command_buffer/client/client_test_helper.h +++ b/gpu/command_buffer/client/client_test_helper.h @@ -101,6 +101,7 @@ class MockClientGpuControl : public GpuControl { const base::Closure& callback)); MOCK_METHOD2(SignalQuery, void(uint32 query, const base::Closure& callback)); + MOCK_METHOD1(SetSurfaceVisible, void(bool visible)); MOCK_METHOD1(SendManagedMemoryStats, void(const ManagedMemoryStats& stats)); |