| 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 b3809af31ad5e7424f33e236ef9f1c7e5086c210..fed547a6ecfa8cf5d2081db74652d3bad38d98d9 100644
|
| --- a/gpu/command_buffer/client/client_test_helper.h
|
| +++ b/gpu/command_buffer/client/client_test_helper.h
|
| @@ -114,7 +114,6 @@ class MockClientGpuControl : public GpuControl {
|
| void(uint32_t query, const base::Closure& callback));
|
| MOCK_METHOD1(CreateStreamTexture, uint32_t(uint32_t));
|
| MOCK_METHOD1(SetLock, void(base::Lock*));
|
| - MOCK_METHOD0(IsGpuChannelLost, bool());
|
| MOCK_METHOD0(EnsureWorkVisible, void());
|
| MOCK_CONST_METHOD0(GetNamespaceID, CommandBufferNamespace());
|
| MOCK_CONST_METHOD0(GetCommandBufferID, CommandBufferId());
|
|
|