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 e125c7666edc176be238b6997ce7f86e88aca036..30e3dd9d757de8e9ac71cedb5c853a51e650d46c 100644 |
--- a/gpu/command_buffer/client/client_test_helper.h |
+++ b/gpu/command_buffer/client/client_test_helper.h |
@@ -115,7 +115,7 @@ class MockClientGpuControl : public GpuControl { |
MOCK_METHOD0(IsGpuChannelLost, bool()); |
MOCK_METHOD0(EnsureWorkVisible, void()); |
MOCK_CONST_METHOD0(GetNamespaceID, CommandBufferNamespace()); |
- MOCK_CONST_METHOD0(GetCommandBufferID, uint64_t()); |
+ MOCK_CONST_METHOD0(GetCommandBufferID, CommandBufferId()); |
MOCK_CONST_METHOD0(GetExtraCommandBufferData, int32_t()); |
MOCK_METHOD0(GenerateFenceSyncRelease, uint64_t()); |
MOCK_METHOD1(IsFenceSyncRelease, bool(uint64_t release)); |