| Index: ui/aura/env.h
|
| diff --git a/ui/aura/env.h b/ui/aura/env.h
|
| index 0c25b6a6968487e398bd0d1a66aa90dc27a911f4..394bf34fe303c79d022c50be01846e6519f1a23c 100644
|
| --- a/ui/aura/env.h
|
| +++ b/ui/aura/env.h
|
| @@ -26,7 +26,7 @@ namespace internal {
|
| class DisplayChangeObserverX11;
|
| }
|
|
|
| -#if !defined(OS_MACOSX)
|
| +#if !defined(USE_X11)
|
| // Creates a platform-specific native event dispatcher.
|
| MessageLoop::Dispatcher* CreateDispatcher();
|
| #endif
|
| @@ -100,7 +100,7 @@ class AURA_EXPORT Env {
|
| void NotifyWindowInitialized(Window* window);
|
|
|
| ObserverList<EnvObserver> observers_;
|
| -#if defined(OS_WIN)
|
| +#if !defined(USE_X11)
|
| scoped_ptr<MessageLoop::Dispatcher> dispatcher_;
|
| #endif
|
|
|
|
|