| 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 82221b9858cb3dc9de728012f0eb6bf4d1721ade..3d75a3f1a3fbc3848364ac462ad2b547d7a0fde0 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -97,11 +97,6 @@ class CommandBufferProxyImpl
|
| // global and can be used for cross-channel synchronization.
|
| uint32 InsertSyncPoint();
|
|
|
| - // Makes this command buffer wait on a sync point. This command buffer will be
|
| - // unscheduled until the command buffer that inserted that sync point reaches
|
| - // it, or gets destroyed.
|
| - void WaitSyncPoint(uint32);
|
| -
|
| // Makes this command buffer invoke a task when a sync point is reached, or
|
| // the command buffer that inserted that sync point is destroyed.
|
| bool SignalSyncPoint(uint32 sync_point,
|
|
|