Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(828)

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 2854663002: Make EnvInputStateController owned by aura::Env. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/env.cc ('k') | ui/aura/window_event_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/aura/env.cc ('k') | ui/aura/window_event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698