summaryrefslogtreecommitdiffstats
path: root/views/focus/accelerator_handler_aura.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/focus/accelerator_handler_aura.cc')
-rw-r--r--views/focus/accelerator_handler_aura.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/views/focus/accelerator_handler_aura.cc b/views/focus/accelerator_handler_aura.cc
index 2ec3208..ab552899 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