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

Unified Diff: content/browser/gpu/gpu_process_host_ui_shim.cc

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
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host_ui_shim.cc
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc
index e8cd609a94d835171036b1eabc0aa1e4a903dcd5..925413b425a5de7002f93c54e8c6d42e091016f7 100644
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
@@ -334,7 +334,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceBuffersSwapped(
ScopedSendOnIOThread delayed_send(
host_id_,
- new AcceleratedSurfaceMsg_BuffersSwappedACK(params.route_id));
+ new AcceleratedSurfaceMsg_BufferPresented(params.route_id));
RenderWidgetHostViewPort* view = GetRenderWidgetHostViewFromSurfaceID(
params.surface_id);
@@ -358,7 +358,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfacePostSubBuffer(
ScopedSendOnIOThread delayed_send(
host_id_,
- new AcceleratedSurfaceMsg_PostSubBufferACK(params.route_id));
+ new AcceleratedSurfaceMsg_BufferPresented(params.route_id));
RenderWidgetHostViewPort* view =
GetRenderWidgetHostViewFromSurfaceID(params.surface_id);
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698