| 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 766157bd1c9fb4fff9277c5ee959bc04c1376dac..13a0cd1955f802431cb6234177f75b9265e10b85 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -307,7 +307,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);
|
| @@ -331,7 +331,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);
|
|
|