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

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 2025843003: Introduce aura::Env controller to abstract away changes to aura::Env Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing files Created 4 years, 7 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
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..75568b09d1494a90027ae73e9a2a7b9b6e1146e3 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 WindowEventDispatcherDelegate;
class WindowTargeter;
class WindowTreeHost;
@@ -272,6 +273,8 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
bool transform_events_;
+ std::unique_ptr<WindowEventDispatcherDelegate> delegate_;
+
// Used to schedule reposting an event.
base::WeakPtrFactory<WindowEventDispatcher> repost_event_factory_;

Powered by Google App Engine
This is Rietveld 408576698