Chromium Code Reviews| Index: views/focus/accelerator_handler.h |
| diff --git a/views/focus/accelerator_handler.h b/views/focus/accelerator_handler.h |
| index 088f3f15fedb054cec59589778a74b0d96c1b2f4..86bec01be63edb4eb52cb8bdb95d3d5f0c3f3980 100644 |
| --- a/views/focus/accelerator_handler.h |
| +++ b/views/focus/accelerator_handler.h |
| @@ -36,7 +36,7 @@ class AcceleratorHandler : public MessageLoopForUI::Dispatcher { |
| #else |
| virtual bool Dispatch(GdkEvent* event); |
| #if defined(TOUCH_UI) |
| - virtual bool Dispatch(XEvent* xev); |
| + virtual MessagePumpGlibXDispatcher::DispatchStatus Dispatch(XEvent* xev); |
|
rjkroege
2010/11/23 23:38:54
how does this get this here definition-wise?
sadrul
2010/11/24 00:55:21
From base/message_loop.h, which includes base/mess
|
| #endif |
| #endif |