summaryrefslogtreecommitdiffstats
path: root/ui/aura/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/env.h')
-rw-r--r--ui/aura/env.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/aura/env.h b/ui/aura/env.h
index bef9483..c2b56c7 100644
--- a/ui/aura/env.h
+++ b/ui/aura/env.h
@@ -68,9 +68,8 @@ class AURA_EXPORT Env {
CursorManager* cursor_manager() { return &cursor_manager_; }
// Returns the native event dispatcher. The result should only be passed to
- // MessageLoopForUI::RunWithDispatcher() or
- // MessageLoopForUI::RunAllPendingWithDispatcher(), or used to dispatch
- // an event by |Dispatch(const NativeEvent&)| on it. It must never be stored.
+ // base::RunLoop(dispatcher), 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