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

Unified Diff: ash/ime/input_method_event_handler.cc

Issue 1257603006: Refactoring for the InputMethod & InputMethodDelegate interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Sadrul's comment. Created 5 years, 4 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
« no previous file with comments | « ash/host/ash_window_tree_host_x11.cc ('k') | chrome/browser/chromeos/input_method/input_method_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ime/input_method_event_handler.cc
diff --git a/ash/ime/input_method_event_handler.cc b/ash/ime/input_method_event_handler.cc
index 8d3c0a8a6b8f22d4b4b1a15b8ba643c6b14295a5..da7d2fdc665e295b629fc8e8f94187567a152a65 100644
--- a/ash/ime/input_method_event_handler.cc
+++ b/ash/ime/input_method_event_handler.cc
@@ -32,7 +32,7 @@ void InputMethodEventHandler::OnKeyEvent(ui::KeyEvent* event) {
return;
if (post_ime_)
return;
- input_method_->DispatchKeyEvent(*event);
+ input_method_->DispatchKeyEvent(event);
event->StopPropagation();
}
« no previous file with comments | « ash/host/ash_window_tree_host_x11.cc ('k') | chrome/browser/chromeos/input_method/input_method_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698