| Index: services/ui/public/interfaces/ime/ime.mojom
|
| diff --git a/services/ui/public/interfaces/ime/ime.mojom b/services/ui/public/interfaces/ime/ime.mojom
|
| index 8251ac636656f528560698967060ebffc293b87f..4a69e2350b1fc6f2073d9aa215ff76b39cff2347 100644
|
| --- a/services/ui/public/interfaces/ime/ime.mojom
|
| +++ b/services/ui/public/interfaces/ime/ime.mojom
|
| @@ -184,6 +184,9 @@ interface TextInputClient {
|
| // for more details.
|
| InsertChar(ui.mojom.Event event);
|
|
|
| + // Dispatch a key event skipping IME. Returns true if event was consumed.
|
| + DispatchKeyEventPostIME(ui.mojom.Event event) => (bool stopped_propagation);
|
| +
|
| // TODO(moshayedi): Add functions corresponding to ui::TextInputClient for:
|
| // - Input context information
|
| // - Document content operations
|
|
|