| Index: ui/events/mojo/event.mojom
|
| diff --git a/ui/events/mojo/event.mojom b/ui/events/mojo/event.mojom
|
| index 649e40a91773832a632029bf950719fac4244f4a..eb016bbac925a055598fd1cab48b8849bd6ac91a 100644
|
| --- a/ui/events/mojo/event.mojom
|
| +++ b/ui/events/mojo/event.mojom
|
| @@ -45,6 +45,9 @@ struct KeyData {
|
| // Like |text|, but unmodified by concurrently held modifier keys (except
|
| // shift). Corresponds to blink::WebKeyboardEvent::unmodifiedText.
|
| uint16 unmodified_text;
|
| +
|
| + // Mirrors KeyEvent::properties_.
|
| + map<string, array<uint8>>? properties;
|
| };
|
|
|
| struct LocationData {
|
|
|