| 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 b17bc59faae752ffa98445671ceac7261a81bcdb..d57c14e274a728c04e60bdd018390b881da94700 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -312,7 +312,8 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceBuffersSwapped(
|
| view->DidReceiveRendererFrame();
|
| }
|
|
|
| -void GpuProcessHostUIShim::OnFrameDrawn(const ui::LatencyInfo& latency_info) {
|
| +void GpuProcessHostUIShim::OnFrameDrawn(
|
| + const std::vector<ui::LatencyInfo>& latency_info) {
|
| RenderWidgetHostImpl::CompositorFrameDrawn(latency_info);
|
| }
|
|
|
|
|