Index: content/common/gpu/client/command_buffer_proxy_impl.cc |
diff --git a/content/common/gpu/client/command_buffer_proxy_impl.cc b/content/common/gpu/client/command_buffer_proxy_impl.cc |
index addf767831600fb6f00db2a16265efa467996a92..49cb0a3ea35b1d44f1ffb06669d532acb81d7656 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.cc |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.cc |
@@ -398,10 +398,6 @@ uint32 CommandBufferProxyImpl::InsertSyncPoint() { |
return sync_point; |
} |
-void CommandBufferProxyImpl::WaitSyncPoint(uint32 sync_point) { |
- Send(new GpuCommandBufferMsg_WaitSyncPoint(route_id_, sync_point)); |
-} |
- |
bool CommandBufferProxyImpl::SignalSyncPoint(uint32 sync_point, |
const base::Closure& callback) { |
if (last_state_.error != gpu::error::kNoError) { |