Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(855)

Unified Diff: content/common/gpu/client/command_buffer_proxy_impl.h

Issue 12330129: Make WaitSyncPoint go through command buffers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/gpu/client/command_buffer_proxy_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/client/command_buffer_proxy_impl.h
diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
index 82221b9858cb3dc9de728012f0eb6bf4d1721ade..3d75a3f1a3fbc3848364ac462ad2b547d7a0fde0 100644
--- a/content/common/gpu/client/command_buffer_proxy_impl.h
+++ b/content/common/gpu/client/command_buffer_proxy_impl.h
@@ -97,11 +97,6 @@ class CommandBufferProxyImpl
// global and can be used for cross-channel synchronization.
uint32 InsertSyncPoint();
- // Makes this command buffer wait on a sync point. This command buffer will be
- // unscheduled until the command buffer that inserted that sync point reaches
- // it, or gets destroyed.
- void WaitSyncPoint(uint32);
-
// Makes this command buffer invoke a task when a sync point is reached, or
// the command buffer that inserted that sync point is destroyed.
bool SignalSyncPoint(uint32 sync_point,
« no previous file with comments | « no previous file | content/common/gpu/client/command_buffer_proxy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698