Chromium Code Reviews| Index: ui/latency/mojo/latency_info.mojom |
| diff --git a/ui/latency/mojo/latency_info.mojom b/ui/latency/mojo/latency_info.mojom |
| index 44be9a7758cd0a1bcaaaac8ef1ed957715c46d1a..bc56a994e8e75dcb6ee72a5c4cfc9758b177372f 100644 |
| --- a/ui/latency/mojo/latency_info.mojom |
| +++ b/ui/latency/mojo/latency_info.mojom |
| @@ -115,6 +115,7 @@ struct LatencyInfo { |
| array<LatencyComponentPair> latency_components; |
| int64 trace_id; |
| bool coalesced; |
| + bool began; |
| bool terminated; |
| SourceEventType source_event_type; |
| }; |