| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index d67d486acc9a7e3c850b4a42241405f8100be4ac..d3ae1a6b47b59ae88f60b01324d38c3ec66b2a51 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -29,6 +29,7 @@
|
| #include "ui/aura/window_delegate.h"
|
| #include "ui/aura/window_tree_host_observer.h"
|
| #include "ui/base/ime/text_input_client.h"
|
| +#include "ui/events/gestures/motion_event_aura.h"
|
| #include "ui/gfx/display_observer.h"
|
| #include "ui/gfx/insets.h"
|
| #include "ui/gfx/rect.h"
|
| @@ -503,6 +504,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| // removed from the list on an ET_TOUCH_RELEASED event.
|
| blink::WebTouchEvent touch_event_;
|
|
|
| + // Used to produce |touch_event_|.
|
| + ui::MotionEventAura pointer_state_;
|
| +
|
| // The current text input type.
|
| ui::TextInputType text_input_type_;
|
| // The current text input mode corresponding to HTML5 inputmode attribute.
|
|
|