| Index: content/port/browser/render_widget_host_view_port.h
|
| diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
|
| index 1e0ba5b38402400f0f3610b03a051bedca80f0b8..a8c19d61c590a12091c140e0475107a411b89ecf 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -40,6 +40,7 @@ struct WebScreenInfo;
|
|
|
| namespace content {
|
| class BackingStore;
|
| +class InputEvent;
|
| class RenderWidgetHostViewFrameSubscriber;
|
| class SyntheticGesture;
|
| struct WebPluginGeometry;
|
| @@ -295,6 +296,8 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView,
|
| // Called by the host when the input flush has completed.
|
| virtual void OnDidFlushInput() = 0;
|
|
|
| + virtual void QueueInputEventToPlatform(const InputEvent& event) = 0;
|
| +
|
| virtual void GestureEventAck(int gesture_event_type,
|
| InputEventAckState ack_result) = 0;
|
|
|
|
|