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

Unified Diff: services/ui/public/interfaces/ime.mojom

Issue 2230393002: IME for Mus: Make InputMethodMus use the IME Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify unittests to cover non-char events. Created 4 years, 4 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: services/ui/public/interfaces/ime.mojom
diff --git a/services/ui/public/interfaces/ime.mojom b/services/ui/public/interfaces/ime.mojom
index ed1f56d15a26f4ebd202b8cd677a2bb7c3abda53..81acc8bd0d25fe8b9e789ccc71166b84e21dbb13 100644
--- a/services/ui/public/interfaces/ime.mojom
+++ b/services/ui/public/interfaces/ime.mojom
@@ -102,6 +102,8 @@ interface TextInputClient {
// Corresponds to "input method result" functions of ui::TextInputClient.
OnCompositionEvent(CompositionEvent event);
+ OnUnhandledEvent(ui.mojom.Event key_event);
sadrul 2016/08/18 03:57:58 Document.
+
// TODO(moshayedi): Add functions corresponding to ui::TextInputClient for:
// - Input text confirmation
// - Document content operations

Powered by Google App Engine
This is Rietveld 408576698