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

Unified Diff: ui/base/ime/input_method_base_unittest.cc

Issue 1257603006: Refactoring for the InputMethod & InputMethodDelegate interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: ui/base/ime/input_method_base_unittest.cc
diff --git a/ui/base/ime/input_method_base_unittest.cc b/ui/base/ime/input_method_base_unittest.cc
index f8c45bc2dc31b03b7d7f90c0ae9895c7aca20070..0b619c2ef55913fe87f8ad64bbd4dd1fc32b5eb0 100644
--- a/ui/base/ime/input_method_base_unittest.cc
+++ b/ui/base/ime/input_method_base_unittest.cc
@@ -143,7 +143,7 @@ class MockInputMethodBase : public InputMethodBase {
InputMethod::NativeEventResult* result) override {
return false;
}
- bool DispatchKeyEvent(const ui::KeyEvent&) override { return false; }
+ void DispatchKeyEvent(ui::KeyEvent*) override {}
void OnCaretBoundsChanged(const TextInputClient* client) override {}
void CancelComposition(const TextInputClient* client) override {}
void OnInputLocaleChanged() override {}

Powered by Google App Engine
This is Rietveld 408576698