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

Unified Diff: ui/base/ime/dummy_input_method.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 | « ui/base/ime/dummy_input_method.h ('k') | ui/base/ime/input_method.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/dummy_input_method.cc
diff --git a/ui/base/ime/dummy_input_method.cc b/ui/base/ime/dummy_input_method.cc
index 3e54612422020d686716f659054003b4cb7fe7d1..186db86716eb1169a002e3a5c2638650846bbb6b 100644
--- a/ui/base/ime/dummy_input_method.cc
+++ b/ui/base/ime/dummy_input_method.cc
@@ -36,8 +36,7 @@ TextInputClient* DummyInputMethod::GetTextInputClient() const {
return NULL;
}
-bool DummyInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) {
- return false;
+void DummyInputMethod::DispatchKeyEvent(ui::KeyEvent* event) {
}
void DummyInputMethod::OnTextInputTypeChanged(const TextInputClient* client) {
« no previous file with comments | « ui/base/ime/dummy_input_method.h ('k') | ui/base/ime/input_method.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698