| 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 997b47de21078a05a84b69f0f3fc8e197aeb4ece..e1e9f8b6f3d8309b16c350920d977b65f28e3e8a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -495,6 +495,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| // other way around.
|
| bool should_auto_resize() { return should_auto_resize_; }
|
|
|
| + void ComputeTouchLatency(const ui::LatencyInfo& latency_info);
|
| void FrameSwapped(const ui::LatencyInfo& latency_info);
|
|
|
| // Returns the ID that uniquely describes this component to the latency
|
|
|