Index: gpu/command_buffer/client/client_test_helper.h |
diff --git a/gpu/command_buffer/client/client_test_helper.h b/gpu/command_buffer/client/client_test_helper.h |
index e16e0895d510a616599eed12e095f312c86c8006..a0733b520e32839830191f9b48b943dde930e899 100644 |
--- a/gpu/command_buffer/client/client_test_helper.h |
+++ b/gpu/command_buffer/client/client_test_helper.h |
@@ -114,6 +114,9 @@ class MockClientGpuControl : public GpuControl { |
MOCK_METHOD0(IsGpuChannelLost, bool()); |
MOCK_CONST_METHOD0(GetNamespaceID, CommandBufferNamespace()); |
MOCK_CONST_METHOD0(GetCommandBufferID, uint64_t()); |
+ MOCK_METHOD0(GenerateFenceSyncRelease, uint64_t()); |
+ MOCK_METHOD1(IsFenceSyncRelease, bool(uint64_t release)); |
+ MOCK_METHOD1(IsFenceSyncFlushed, bool(uint64_t release)); |
private: |
DISALLOW_COPY_AND_ASSIGN(MockClientGpuControl); |