| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 22dbdbe0084e419d51ec1af3a1f4b382b25cfe52..087bf82b96782ea8d3f47f36a114661d7a0b4e04 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -542,7 +542,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| // subsystem.
|
| int64 GetLatencyComponentId();
|
|
|
| - static void CompositorFrameDrawn(const ui::LatencyInfo& latency_info);
|
| + static void CompositorFrameDrawn(
|
| + const std::vector<ui::LatencyInfo>& latency_info);
|
|
|
| // Don't check whether we expected a resize ack during layout tests.
|
| static void DisableResizeAckCheckForTesting();
|
|
|