| 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 1a5f782a0abb24a25c8987d7c0a01c3290d329f7..d4d9a1b7fa5c7b6938373e463ca6c51f135c278d 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -294,7 +294,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| // when it has received a message.
|
| void ForwardGestureEventWithLatencyInfo(
|
| const blink::WebGestureEvent& gesture_event,
|
| - const ui::LatencyInfo& ui_latency);
|
| + const ui::LatencyInfo& ui_latency) override;
|
| void ForwardTouchEventWithLatencyInfo(
|
| const blink::WebTouchEvent& touch_event,
|
| const ui::LatencyInfo& ui_latency);
|
|
|