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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 10663003: Merge the IPCs used for GPU process synchronization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 6 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
Index: content/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index e0ca4c59e194fdf4607021dac1954ced0b0f64af..1efee3557beb73e07ea643fc6978eef04a477cad 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -357,8 +357,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
bool GotResponseToLockMouseRequest(bool allowed);
// Called by the view in response to AcceleratedSurfaceBuffersSwapped.
- static void AcknowledgeSwapBuffers(int32 route_id, int gpu_host_id);
- static void AcknowledgePostSubBuffer(int32 route_id, int gpu_host_id);
+ static void AcknowledgeBufferPresent(int32 route_id, int gpu_host_id);
// Signals that the compositing surface was updated, e.g. after a lost context
// event.
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698