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 f6c1543094ede53746d6b2c950f7f6134cf5bf6d..0ce7849953f684206a6d5a0c0ae5e4fc512d3de8 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc |
@@ -306,7 +306,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceBuffersSwapped( |
ScopedSendOnIOThread delayed_send( |
host_id_, |
- new AcceleratedSurfaceMsg_BufferPresented(params.route_id, 0)); |
+ new AcceleratedSurfaceMsg_BufferPresented(params.route_id, false, 0)); |
RenderWidgetHostViewPort* view = GetRenderWidgetHostViewFromSurfaceID( |
params.surface_id); |
@@ -330,7 +330,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfacePostSubBuffer( |
ScopedSendOnIOThread delayed_send( |
host_id_, |
- new AcceleratedSurfaceMsg_BufferPresented(params.route_id, 0)); |
+ new AcceleratedSurfaceMsg_BufferPresented(params.route_id, false, 0)); |
RenderWidgetHostViewPort* view = |
GetRenderWidgetHostViewFromSurfaceID(params.surface_id); |