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

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: Rebased. 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..240b3134456fe7865c106ea34e88b287d6f2cda7 100644
--- a/services/ui/public/interfaces/ime.mojom
+++ b/services/ui/public/interfaces/ime.mojom
@@ -102,6 +102,9 @@ interface TextInputClient {
// Corresponds to "input method result" functions of ui::TextInputClient.
OnCompositionEvent(CompositionEvent event);
+ // Called when IME driver didn't handle the event.
sky 2016/08/18 23:43:07 Please better document when this is called. Maybe
Hadi 2016/08/25 18:06:06 Done.
+ OnUnhandledEvent(ui.mojom.Event key_event);
+
// TODO(moshayedi): Add functions corresponding to ui::TextInputClient for:
// - Input text confirmation
// - Document content operations

Powered by Google App Engine
This is Rietveld 408576698