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

Unified Diff: trunk/src/base/message_loop/message_pump_x11.h

Issue 24114002: Revert 222470 "Use an X event loop in the GPU process on Linux." This is to (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/base/message_loop/message_loop.cc ('k') | trunk/src/base/message_loop/message_pump_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/message_loop/message_pump_x11.h
===================================================================
--- trunk/src/base/message_loop/message_pump_x11.h (revision 222588)
+++ trunk/src/base/message_loop/message_pump_x11.h (working copy)
@@ -43,8 +43,10 @@
// Returns true if the system supports XINPUT2.
static bool HasXInput2();
- // Returns the UI or GPU message pump.
+#if !defined(TOOLKIT_GTK)
+ // Returns the UI message pump.
static MessagePumpX11* Current();
+#endif
// Adds/Removes |dispatcher| for the |xid|. This will route all messages from
// the window |xid| to |dispatcher.
« no previous file with comments | « trunk/src/base/message_loop/message_loop.cc ('k') | trunk/src/base/message_loop/message_pump_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698