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

Unified Diff: ui/events/mojo/event.mojom

Issue 2765773002: Adds KeyEvent::properties (Closed)
Patch Set: Created 3 years, 9 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: 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 {

Powered by Google App Engine
This is Rietveld 408576698