| 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 f72ce430667c4c18358be0d37b4ca18413f7545a..60e0bab76ffe242c6c190f18d6ed7740e12a1530 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -296,10 +296,10 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| const blink::WebMouseWheelEvent& wheel_event,
|
| const ui::LatencyInfo& ui_latency);
|
|
|
| - // TouchEmulatorClient overrides.
|
| + // TouchEmulatorClient implementation.
|
| virtual void ForwardGestureEvent(
|
| const blink::WebGestureEvent& gesture_event) OVERRIDE;
|
| - virtual void ForwardTouchEvent(
|
| + virtual void ForwardEmulatedTouchEvent(
|
| const blink::WebTouchEvent& touch_event) OVERRIDE;
|
| virtual void SetCursor(const WebCursor& cursor) OVERRIDE;
|
|
|
|
|