| Index: content/port/browser/render_widget_host_view_port.h
|
| diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
|
| index 60fe3ac1612f5b2b64914596cd2daf37603aef5c..a61e92506b0fc6d279034e4781fde8c926dcf51d 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -131,7 +131,8 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView,
|
| virtual void DidUpdateBackingStore(
|
| const gfx::Rect& scroll_rect,
|
| const gfx::Vector2d& scroll_delta,
|
| - const std::vector<gfx::Rect>& copy_rects) = 0;
|
| + const std::vector<gfx::Rect>& copy_rects,
|
| + const ui::LatencyInfo& latency_info) = 0;
|
|
|
| // Notifies the View that the renderer has ceased to exist.
|
| virtual void RenderViewGone(base::TerminationStatus status,
|
|
|