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

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

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.cc ('k') | ui/base/ime/dummy_input_method_delegate.cc » ('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.h
diff --git a/ui/base/ime/dummy_input_method_delegate.h b/ui/base/ime/dummy_input_method_delegate.h
index 360d0b42b38f638274025420ae11f19643432cd1..4dcc64cda3fa9d2a4f2d65d7dbf645b886252e5a 100644
--- a/ui/base/ime/dummy_input_method_delegate.h
+++ b/ui/base/ime/dummy_input_method_delegate.h
@@ -21,7 +21,7 @@ class UI_EXPORT DummyInputMethodDelegate
// InputMethodDelegate overrides:
virtual bool DispatchKeyEventPostIME(
- const base::NativeEvent& native_key_event) OVERRIDE;
+ const ui::KeyEvent& key_event) OVERRIDE;
virtual bool DispatchFabricatedKeyEventPostIME(ui::EventType type,
ui::KeyboardCode key_code,
int flags) OVERRIDE;
« no previous file with comments | « ui/base/ime/dummy_input_method.cc ('k') | ui/base/ime/dummy_input_method_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698