| Index: ui/latency/mojo/latency_info.mojom
|
| diff --git a/ui/latency/mojo/latency_info.mojom b/ui/latency/mojo/latency_info.mojom
|
| index 03c41d107c1d721ab520e76653bd05e71e0511b9..21447c137aa0ae9719dd219d59e12f3f6c603c4a 100644
|
| --- a/ui/latency/mojo/latency_info.mojom
|
| +++ b/ui/latency/mojo/latency_info.mojom
|
| @@ -90,10 +90,6 @@ struct LatencyComponentId {
|
| };
|
|
|
| struct LatencyComponent {
|
| - // Nondecreasing number that can be used to determine what events happened
|
| - // in the component at the time this struct was sent on to the next
|
| - // component.
|
| - int64 sequence_number;
|
| // Average time of events that happened in this component.
|
| mojo.common.mojom.TimeTicks event_time;
|
| // Count of events that happened in this component
|
|
|