| Index: ui/events/mojo/latency_info.mojom
|
| diff --git a/ui/events/mojo/latency_info.mojom b/ui/events/mojo/latency_info.mojom
|
| index e5e77de3b77d28caacaa84a2398ee03c78811cfe..664499c734b74067bf23047bdbf42ccef0d23f73 100644
|
| --- a/ui/events/mojo/latency_info.mojom
|
| +++ b/ui/events/mojo/latency_info.mojom
|
| @@ -89,6 +89,10 @@ struct LatencyComponent {
|
| mojo.common.mojom.TimeTicks event_time;
|
| // Count of events that happened in this component
|
| uint32 event_count;
|
| + // Time of the oldest event that happened in this component.
|
| + mojo.common.mojom.TimeTicks first_event_time;
|
| + // Time of the most recent event that happened in this component.
|
| + mojo.common.mojom.TimeTicks last_event_time;
|
| };
|
|
|
| struct LatencyComponentPair {
|
|
|