Index: ui/aura/window_event_dispatcher.h |
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h |
index d54d10a3a8325fc71e3788ca9f0b8c349a37f3a9..584f14272aa37c08b825c7deead5c1b351078c56 100644 |
--- a/ui/aura/window_event_dispatcher.h |
+++ b/ui/aura/window_event_dispatcher.h |
@@ -45,6 +45,7 @@ class TouchEvent; |
namespace aura { |
class TestScreen; |
+class EnvInputStateController; |
class WindowTargeter; |
class WindowTreeHost; |
@@ -272,6 +273,8 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor, |
bool transform_events_; |
+ std::unique_ptr<EnvInputStateController> env_controller_; |
+ |
// Used to schedule reposting an event. |
base::WeakPtrFactory<WindowEventDispatcher> repost_event_factory_; |