| Index: views/focus/accelerator_handler_aura.cc
|
| diff --git a/views/focus/accelerator_handler_aura.cc b/views/focus/accelerator_handler_aura.cc
|
| index 2ec3208775284790a0967298b405607f830f71f8..ab552899a9de668551abcc5935d14441d5416623 100644
|
| --- a/views/focus/accelerator_handler_aura.cc
|
| +++ b/views/focus/accelerator_handler_aura.cc
|
| @@ -17,9 +17,13 @@ bool AcceleratorHandler::Dispatch(const MSG& msg) {
|
| }
|
| #else
|
| base::MessagePumpDispatcher::DispatchStatus AcceleratorHandler::Dispatch(
|
| - XEvent* xev) {
|
| + XEvent*) {
|
| return base::MessagePumpDispatcher::EVENT_IGNORED;
|
| }
|
| +
|
| +bool DispatchXEvent(XEvent* xev) {
|
| + return false;
|
| +}
|
| #endif // defined(OS_WIN)
|
|
|
| } // namespace views
|
|
|