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

Unified Diff: ui/base/ime/dummy_input_method_delegate.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_delegate.h ('k') | ui/base/ime/fake_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_delegate.cc
diff --git a/ui/base/ime/dummy_input_method_delegate.cc b/ui/base/ime/dummy_input_method_delegate.cc
index e7bb7dae2bde7e58a8e49e926e39cb0dd80456ae..be8eb657979699bbfbeedebd32187cec0c3c553d 100644
--- a/ui/base/ime/dummy_input_method_delegate.cc
+++ b/ui/base/ime/dummy_input_method_delegate.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "ui/base/ime/dummy_input_method_delegate.h"
+#include "ui/events/event.h"
namespace ui {
namespace internal {
@@ -11,7 +12,7 @@ DummyInputMethodDelegate::DummyInputMethodDelegate() {}
DummyInputMethodDelegate::~DummyInputMethodDelegate() {}
bool DummyInputMethodDelegate::DispatchKeyEventPostIME(
- const base::NativeEvent& native_key_event) {
+ const ui::KeyEvent& key_event) {
return true;
}
« no previous file with comments | « ui/base/ime/dummy_input_method_delegate.h ('k') | ui/base/ime/fake_input_method.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698