Chromium Code Reviews| 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 |