| 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);
|
| #endif
|
| #endif
|
|
|
|
|