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

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

Issue 45733008: sk6_charactercomposer: Merged DispatchKeyEvent and its fabricated version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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_base.cc ('k') | ui/base/ime/input_method_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 affdac3005ce459fa1e292ec40d4691e8bcdd976..28f1630a4769223da5048e3cca05afa169c6e8a0 100644
--- a/ui/base/ime/input_method_base_unittest.cc
+++ b/ui/base/ime/input_method_base_unittest.cc
@@ -124,7 +124,7 @@ class SimpleMockInputMethodBase : public InputMethodBase {
InputMethod::NativeEventResult* result) OVERRIDE {
return false;
}
- virtual bool DispatchKeyEvent(const base::NativeEvent&) OVERRIDE {
+ virtual bool DispatchKeyEvent(const ui::KeyEvent&) OVERRIDE {
return false;
}
virtual bool DispatchFabricatedKeyEvent(const ui::KeyEvent&) OVERRIDE {
« no previous file with comments | « ui/base/ime/input_method_base.cc ('k') | ui/base/ime/input_method_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698