Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1169)

Unified Diff: views/focus/accelerator_handler_aura.cc

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: White spaces Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698