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

Unified Diff: base/run_loop.h

Issue 219743002: x11: Move X event handling out of the message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r261267 Created 6 years, 9 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 | « base/message_loop/message_pump_x11.cc ('k') | base/run_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/run_loop.h
diff --git a/base/run_loop.h b/base/run_loop.h
index d832770d75824d80e8aa8805f216a4f378f11da6..71703f08b6fa327d0b47d035689f5bff637bbe51 100644
--- a/base/run_loop.h
+++ b/base/run_loop.h
@@ -31,7 +31,7 @@ class MessagePumpUIApplication;
class BASE_EXPORT RunLoop {
public:
RunLoop();
-#if defined(USE_AURA)
+#if defined(OS_WIN)
explicit RunLoop(MessagePumpDispatcher* dispatcher);
#endif
~RunLoop();
@@ -93,7 +93,7 @@ class BASE_EXPORT RunLoop {
// Parent RunLoop or NULL if this is the top-most RunLoop.
RunLoop* previous_run_loop_;
-#if defined(USE_AURA)
+#if defined(OS_WIN)
MessagePumpDispatcher* dispatcher_;
#endif
« no previous file with comments | « base/message_loop/message_pump_x11.cc ('k') | base/run_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698