| 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..4ec5804b9d7da69b42f2eae6c641968e41166128 100644
|
| --- a/ui/aura/window_event_dispatcher.h
|
| +++ b/ui/aura/window_event_dispatcher.h
|
| @@ -38,7 +38,6 @@ class TouchEvent;
|
| namespace aura {
|
| class MusMouseLocationUpdater;
|
| class TestScreen;
|
| -class EnvInputStateController;
|
| class WindowTargeter;
|
| class WindowTreeHost;
|
|
|
| @@ -266,8 +265,6 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
|
|
|
| ScopedObserver<aura::Window, aura::WindowObserver> observer_manager_;
|
|
|
| - std::unique_ptr<EnvInputStateController> env_controller_;
|
| -
|
| std::unique_ptr<MusMouseLocationUpdater> mus_mouse_location_updater_;
|
|
|
| // The default EventTargeter for WindowEventDispatcher generated events.
|
|
|