| 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 cd80df3e2701af9094083edefb616cf46fe00eff..393fa6fc0ab437886ec1cc895666fa2c692d8002 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -498,6 +498,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
|
|
|