Index: views/focus/accelerator_handler.h |
diff --git a/views/focus/accelerator_handler.h b/views/focus/accelerator_handler.h |
index 2d08e477295a2abbfaa78a8dd9199c4494ea62bb..977492211a4597b1486f8444b7830eb9582fb844 100644 |
--- a/views/focus/accelerator_handler.h |
+++ b/views/focus/accelerator_handler.h |
@@ -43,7 +43,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); |
#endif |
#endif |