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

Unified Diff: ui/aura/env.h

Issue 10895020: Merge aura::DispatcherLinux into base::MessagePumpAuraX11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for sadrul Created 8 years, 4 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/display_change_observer_x11.cc ('k') | 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 ffec69bdc044cb4658589a5e315d72af1425a8b6..0c25b6a6968487e398bd0d1a66aa90dc27a911f4 100644
--- a/ui/aura/env.h
+++ b/ui/aura/env.h
@@ -12,6 +12,10 @@
#include "ui/aura/client/stacking_client.h"
#include "ui/gfx/point.h"
+#if defined(USE_X11)
+#include "ui/aura/device_list_updater_aurax11.h"
+#endif
+
namespace aura {
class EnvObserver;
class EventFilter;
@@ -96,7 +100,7 @@ class AURA_EXPORT Env {
void NotifyWindowInitialized(Window* window);
ObserverList<EnvObserver> observers_;
-#if !defined(OS_MACOSX)
+#if defined(OS_WIN)
scoped_ptr<MessageLoop::Dispatcher> dispatcher_;
#endif
@@ -115,6 +119,7 @@ class AURA_EXPORT Env {
#if defined(USE_X11)
scoped_ptr<internal::DisplayChangeObserverX11> display_change_observer_;
+ DeviceListUpdaterAuraX11 device_list_updater_aurax11_;
#endif
DISALLOW_COPY_AND_ASSIGN(Env);
« no previous file with comments | « ui/aura/display_change_observer_x11.cc ('k') | ui/aura/env.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698