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 47c15e89924af39193ebddce4c494782dcfa6c32..e63684cf25aa08ea8f7cfb029fd4abc12a38683d 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -31,6 +31,7 @@ |
#include "ui/base/ime/text_input_client.h" |
#include "ui/base/touch/selection_bound.h" |
#include "ui/base/touch/touch_editing_controller.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" |
@@ -521,6 +522,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
// removed from the list on an ET_TOUCH_RELEASED event. |
blink::WebTouchEvent touch_event_; |
sadrul
2014/12/11 15:55:31
We shouldn't need |touch_event_| anymore.
tdresser
2014/12/11 21:10:38
Done.
|
+ // 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. |