diff options
Diffstat (limited to 'ui/aura/root_window.h')
-rw-r--r-- | ui/aura/root_window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h index 8e59c4f..7e64a59 100644 --- a/ui/aura/root_window.h +++ b/ui/aura/root_window.h @@ -120,7 +120,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, // MessageLoopForUI::RunWithDispatcher() or // MessageLoopForUI::RunAllPendingWithDispatcher(), or used to dispatch // an event by |Dispatch(const NativeEvent&)| on it. It must never be stored. +#if !defined(OS_MACOSX) MessageLoop::Dispatcher* GetDispatcher(); +#endif // Add/remove observer. void AddRootWindowObserver(RootWindowObserver* observer); |