Index: base/message_loop.cc |
diff --git a/base/message_loop.cc b/base/message_loop.cc |
index ca85d6a536c19da351324328c740ecc25d0c7979..db156b50666f98164e9022601d1bc62a87453e74 100644 |
--- a/base/message_loop.cc |
+++ b/base/message_loop.cc |
@@ -151,7 +151,7 @@ MessageLoop::MessageLoop(Type type) |
#define MESSAGE_PUMP_UI new base::MessagePumpForUI() |
#define MESSAGE_PUMP_IO new base::MessagePumpLibevent() |
#elif defined(USE_WAYLAND) |
-#define MESSAGE_PUMP_UI new base::MessagePumpWayland() |
+#define MESSAGE_PUMP_UI new base::MessagePumpGlib() |
#define MESSAGE_PUMP_IO new base::MessagePumpLibevent() |
#elif defined(USE_AURA) |
#define MESSAGE_PUMP_UI new base::MessagePumpX() |
sadrul
2011/12/09 02:56:15
I think both MessagePumpGlib (for wayland) and Mes
piman
2011/12/09 03:46:51
Good point, we can even go one step further, and m
|