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

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

Issue 2728883002: Adding LatencyInfo to mojom::Event. (Closed)
Patch Set: Adding handling for invalid event types. Created 3 years, 10 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
« no previous file with comments | « no previous file | ui/events/mojo/event.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/event.mojom
diff --git a/ui/events/mojo/event.mojom b/ui/events/mojo/event.mojom
index d66b7d5a802843013653052caab63cd229e1a4a2..649e40a91773832a632029bf950719fac4244f4a 100644
--- a/ui/events/mojo/event.mojom
+++ b/ui/events/mojo/event.mojom
@@ -6,6 +6,7 @@ module ui.mojom;
import "ui/events/mojo/event_constants.mojom";
import "ui/events/mojo/keyboard_codes.mojom";
+import "ui/events/mojo/latency_info.mojom";
struct KeyData {
// The chromium event key code; these values are from the ui/ KeyCode enum,
@@ -115,6 +116,7 @@ struct Event {
// This value accurately orders events w.r.t. to each other but
// does not position them at an absolute time.
int64 time_stamp;
+ LatencyInfo latency;
KeyData? key_data;
PointerData? pointer_data;
};
« no previous file with comments | « no previous file | ui/events/mojo/event.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698