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

Unified Diff: ui/aura_shell/app_list.cc

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, review Created 9 years 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: ui/aura_shell/app_list.cc
diff --git a/ui/aura_shell/app_list.cc b/ui/aura_shell/app_list.cc
index 6e21601512b226ecb9572ecef4eeaa27c7ed4990..06269571ba64c8022626bbbc1d975c15417d8cf4 100644
--- a/ui/aura_shell/app_list.cc
+++ b/ui/aura_shell/app_list.cc
@@ -125,6 +125,12 @@ bool AppList::PreHandleKeyEvent(aura::Window* target,
return false;
}
+bool AppList::PreHandleTranslatedKeyEvent(
+ aura::Window* target,
+ aura::TranslatedKeyEvent* event) {
+ return false;
+}
+
bool AppList::PreHandleMouseEvent(aura::Window* target,
aura::MouseEvent* event) {
if (widget_ && is_visible_ && event->type() == ui::ET_MOUSE_PRESSED) {
« ui/aura/event.h ('K') | « ui/aura_shell/app_list.h ('k') | ui/aura_shell/aura_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698