| 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 d682346507b762ca178d86ba91166e40e4042e75..91ad50a3cd3ae4e45168e0ebd4d8d53d57f9717d 100644
|
| --- a/gpu/command_buffer/client/client_test_helper.h
|
| +++ b/gpu/command_buffer/client/client_test_helper.h
|
| @@ -114,6 +114,7 @@ class MockClientGpuControl : public GpuControl {
|
| MOCK_METHOD0(IsGpuChannelLost, bool());
|
| MOCK_CONST_METHOD0(GetNamespaceID, CommandBufferNamespace());
|
| MOCK_CONST_METHOD0(GetCommandBufferID, uint64_t());
|
| + MOCK_CONST_METHOD0(GetExtraCommandBufferData, int32_t());
|
| MOCK_METHOD0(GenerateFenceSyncRelease, uint64_t());
|
| MOCK_METHOD1(IsFenceSyncRelease, bool(uint64_t release));
|
| MOCK_METHOD1(IsFenceSyncFlushed, bool(uint64_t release));
|
|
|