Index: ui/aura/window_event_dispatcher.h |
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h |
index de5753c1232caa48193f9675acd7fff44871b46f..7d6a8dbdfe871361103f20a1d97fa848452100c6 100644 |
--- a/ui/aura/window_event_dispatcher.h |
+++ b/ui/aura/window_event_dispatcher.h |
@@ -59,6 +59,8 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor, |
explicit WindowEventDispatcher(WindowTreeHost* host); |
~WindowEventDispatcher() override; |
+ EnvInputStateController* env_controller() { return env_controller_.get(); } |
+ |
Window* mouse_pressed_handler() { return mouse_pressed_handler_; } |
Window* mouse_moved_handler() { return mouse_moved_handler_; } |