| Index: content/common/gpu/client/command_buffer_proxy_impl.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| index 17589a7538e39129d46092dacb6a6b3d4daf54d6..2f0ed90e17f9a923e5dc67323485f684944967b3 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -116,11 +116,6 @@ class CommandBufferProxyImpl
|
| size_t height,
|
| unsigned internal_format,
|
| unsigned usage) override;
|
| - uint32_t InsertSyncPoint() override;
|
| - uint32_t InsertFutureSyncPoint() override;
|
| - void RetireSyncPoint(uint32_t sync_point) override;
|
| - void SignalSyncPoint(uint32_t sync_point,
|
| - const base::Closure& callback) override;
|
| void SignalQuery(uint32_t query, const base::Closure& callback) override;
|
| void SetLock(base::Lock* lock) override;
|
| bool IsGpuChannelLost() override;
|
|
|