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 fe67ebd02f4cd9b7e30f8e9a4f889b0a55b5cfba..72f9369741e134fab370ae0811408c18f06d2e9b 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -243,6 +243,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); |