Chromium Code Reviews| 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) { |
|
jln (very slow on Chromium)
2014/01/14 01:11:52
check for size() here as well.
Yufeng Shen (Slow to review)
2014/01/14 20:02:42
Done.
|
| RenderWidgetHostImpl::CompositorFrameDrawn(latency_info); |
| } |