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

Unified Diff: ui/base/ime/input_method_minimal.h

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/input_method_mac.mm ('k') | ui/base/ime/input_method_minimal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_minimal.h
diff --git a/ui/base/ime/input_method_minimal.h b/ui/base/ime/input_method_minimal.h
index bb9b4abb628c7ce4aed5ee2682ae3676696a6f72..60d1a8e23f95cb6e7554e3497b940083958a05bd 100644
--- a/ui/base/ime/input_method_minimal.h
+++ b/ui/base/ime/input_method_minimal.h
@@ -19,7 +19,7 @@ class UI_BASE_IME_EXPORT InputMethodMinimal : public InputMethodBase {
// Overriden from InputMethod.
bool OnUntranslatedIMEMessage(const base::NativeEvent& event,
NativeEventResult* result) override;
- bool DispatchKeyEvent(const ui::KeyEvent& event) override;
+ void DispatchKeyEvent(ui::KeyEvent* event) override;
void OnCaretBoundsChanged(const TextInputClient* client) override;
void CancelComposition(const TextInputClient* client) override;
void OnInputLocaleChanged() override;
« no previous file with comments | « ui/base/ime/input_method_mac.mm ('k') | ui/base/ime/input_method_minimal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698