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

Unified Diff: ui/aura/env.h

Issue 243013006: events: Move the PlatformEventSource creation in aura::Env. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | ui/aura/env.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/env.h
diff --git a/ui/aura/env.h b/ui/aura/env.h
index c188178b7d60c5253f065073fa4f369d8fc557bf..1d6c19de3fb07a4a15b1cab5fd84e714daa09438 100644
--- a/ui/aura/env.h
+++ b/ui/aura/env.h
@@ -12,6 +12,9 @@
#include "ui/events/event_target.h"
#include "ui/gfx/point.h"
+namespace ui {
+class PlatformEventSource;
+}
namespace aura {
namespace test {
@@ -86,6 +89,7 @@ class AURA_EXPORT Env : public ui::EventTarget {
bool is_touch_down_;
scoped_ptr<InputStateLookup> input_state_lookup_;
+ scoped_ptr<ui::PlatformEventSource> event_source_;
DISALLOW_COPY_AND_ASSIGN(Env);
};
« no previous file with comments | « no previous file | ui/aura/env.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698