| 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 040daa30990631f16e6ba0d3b58a98345c3d5931..637f4bc5bf70052b23b27cb3531dfa5b5dad696d 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -308,8 +308,7 @@
|
| params.scale_factor,
|
| params.damage_rect,
|
| base::Bind(&OnSurfaceDisplayedCallback, params.surface_id),
|
| - &ack_params.disable_throttling, &ack_params.renderer_id,
|
| - &ack_params.display_id_for_vsync);
|
| + &ack_params.disable_throttling, &ack_params.renderer_id);
|
| }
|
| Send(new AcceleratedSurfaceMsg_BufferPresented(params.route_id, ack_params));
|
| }
|
|
|