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

Unified Diff: ui/aura/env.h

Issue 9585028: Mac Aura fails compile and some tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « ash/wm/toplevel_window_event_filter_unittest.cc ('k') | ui/aura/gestures/gesture_point.h » ('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 daf5b742020256b2e1fb57c31e6f21d44024ad13..34f4c0157acc7f3bbe872fef786f97c935443261 100644
--- a/ui/aura/env.h
+++ b/ui/aura/env.h
@@ -17,12 +17,12 @@ namespace aura {
class EnvObserver;
class Window;
+#if !defined(OS_MACOSX)
class Dispatcher : public MessageLoop::Dispatcher {
public:
virtual ~Dispatcher() {}
};
-#if !defined(OS_MACOSX)
// Creates a platform-specific native event dispatcher.
Dispatcher* CreateDispatcher();
#endif
« no previous file with comments | « ash/wm/toplevel_window_event_filter_unittest.cc ('k') | ui/aura/gestures/gesture_point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698