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 3991feb90cd3f348f8b86cfeb02bb51437b8b6de..027936fd1d1d355f1cb50ae9003487dc3cb9cf6e 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.cc |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.cc |
@@ -620,29 +620,6 @@ bool CommandBufferProxyImpl::CanWaitUnverifiedSyncToken( |
return true; |
} |
-uint32_t CommandBufferProxyImpl::InsertSyncPoint() { |
- CheckLock(); |
- NOTREACHED(); |
- return 0; |
-} |
- |
-uint32_t CommandBufferProxyImpl::InsertFutureSyncPoint() { |
- CheckLock(); |
- NOTREACHED(); |
- return 0; |
-} |
- |
-void CommandBufferProxyImpl::RetireSyncPoint(uint32_t sync_point) { |
- CheckLock(); |
- NOTREACHED(); |
-} |
- |
-void CommandBufferProxyImpl::SignalSyncPoint(uint32_t sync_point, |
- const base::Closure& callback) { |
- CheckLock(); |
- NOTREACHED(); |
-} |
- |
void CommandBufferProxyImpl::SignalQuery(uint32_t query, |
const base::Closure& callback) { |
CheckLock(); |