| 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 03da6a4504a9774b86a5d2d314b5a5019ad7e96f..8fcc08ca4981a3cdd1e1cfb9de2d3789e236d235 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -316,9 +316,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| void ForwardGestureEventWithLatencyInfo(
|
| const blink::WebGestureEvent& gesture_event,
|
| const ui::LatencyInfo& ui_latency) override;
|
| - void ForwardTouchEventWithLatencyInfo(
|
| + virtual void ForwardTouchEventWithLatencyInfo(
|
| const blink::WebTouchEvent& touch_event,
|
| - const ui::LatencyInfo& ui_latency);
|
| + const ui::LatencyInfo& ui_latency); // Virtual for testing.
|
| void ForwardMouseEventWithLatencyInfo(
|
| const blink::WebMouseEvent& mouse_event,
|
| const ui::LatencyInfo& ui_latency);
|
|
|