summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/client/command_buffer_proxy_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/client/command_buffer_proxy_impl.cc')
-rw-r--r--content/common/gpu/client/command_buffer_proxy_impl.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/common/gpu/client/command_buffer_proxy_impl.cc b/content/common/gpu/client/command_buffer_proxy_impl.cc
index addf767..49cb0a3 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) {