diff options
author | dyen <dyen@chromium.org> | 2016-01-22 15:38:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-22 23:40:29 +0000 |
commit | 7246e45b7da6c14b1384658481ec49b45b5b488c (patch) | |
tree | 3690ae84ea9e9117591178597e6aa3e09fde007b /content/common/gpu/client/command_buffer_proxy_impl.cc | |
parent | 65740e3efadf5dad31f11b6d50eb6b63ccb3f2d7 (diff) | |
download | chromium_src-7246e45b7da6c14b1384658481ec49b45b5b488c.zip chromium_src-7246e45b7da6c14b1384658481ec49b45b5b488c.tar.gz chromium_src-7246e45b7da6c14b1384658481ec49b45b5b488c.tar.bz2 |
Removed last references to old sync points.
BUG=514815, 373452
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1615253006
Cr-Commit-Position: refs/heads/master@{#371082}
Diffstat (limited to 'content/common/gpu/client/command_buffer_proxy_impl.cc')
-rw-r--r-- | content/common/gpu/client/command_buffer_proxy_impl.cc | 23 |
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(); |