| 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 b2dbae7d96ca0b8af62c0c3126a6116947740461..1a114d500d544b32f661aacf83a2dbeed5864124 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -244,6 +244,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| virtual void ForwardTouchEvent(const WebKit::WebTouchEvent& touch_event);
|
|
|
| // Forwards the given event immediately to the renderer.
|
| + void ForwardMouseEventImmediately(const WebKit::WebMouseEvent& mouse_event);
|
| void ForwardTouchEventImmediately(const WebKit::WebTouchEvent& touch_event);
|
| void ForwardGestureEventImmediately(
|
| const WebKit::WebGestureEvent& gesture_event);
|
|
|