Chromium Code Reviews| Index: base/message_loop/message_pump_x11.h |
| diff --git a/base/message_loop/message_pump_x11.h b/base/message_loop/message_pump_x11.h |
| index 6f2c609170901ccf4e7c5dc5c4d702c07dd442f5..1e2994aa53ccea323f380e07edb4563b56024ca5 100644 |
| --- a/base/message_loop/message_pump_x11.h |
| +++ b/base/message_loop/message_pump_x11.h |
| @@ -43,10 +43,8 @@ class BASE_EXPORT MessagePumpX11 : public MessagePumpGlib, |
| // Returns true if the system supports XINPUT2. |
| static bool HasXInput2(); |
| -#if !defined(TOOLKIT_GTK) |
| // Returns the UI message pump. |
|
Nico
2013/09/10 17:29:40
comment now wrong?
ccameron
2013/09/10 18:03:28
Good point -- fixed.
|
| static MessagePumpX11* Current(); |
| -#endif |
| // Adds/Removes |dispatcher| for the |xid|. This will route all messages from |
| // the window |xid| to |dispatcher. |