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.cc23
1 files changed, 0 insertions, 23 deletions
diff --git a/content/common/gpu/client/command_buffer_proxy_impl.cc b/content/common/gpu/client/command_buffer_proxy_impl.cc
index 3991feb..027936f 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();