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

Unified Diff: ui/base/ime/dummy_input_method.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/dummy_input_method.h ('k') | ui/base/ime/dummy_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/dummy_input_method.cc
diff --git a/ui/base/ime/dummy_input_method.cc b/ui/base/ime/dummy_input_method.cc
index b35313dc32cf4088ac4fea874f6ba1782e63d888..e36002671b7c9c2459c276901fde0aad5f194adb 100644
--- a/ui/base/ime/dummy_input_method.cc
+++ b/ui/base/ime/dummy_input_method.cc
@@ -39,7 +39,7 @@ TextInputClient* DummyInputMethod::GetTextInputClient() const {
return NULL;
}
-bool DummyInputMethod::DispatchKeyEvent(const base::NativeEvent& event) {
+bool DummyInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) {
return false;
}
@@ -94,4 +94,3 @@ void DummyInputMethod::RemoveObserver(InputMethodObserver* observer) {
}
} // namespace ui
-
« no previous file with comments | « ui/base/ime/dummy_input_method.h ('k') | ui/base/ime/dummy_input_method_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698