| Index: ui/events/mojo/latency_info.mojom | 
| diff --git a/ui/events/mojo/latency_info.mojom b/ui/events/mojo/latency_info.mojom | 
| index 664499c734b74067bf23047bdbf42ccef0d23f73..072047fee744451b0d4709ea4ab1bdc0d1356809 100644 | 
| --- a/ui/events/mojo/latency_info.mojom | 
| +++ b/ui/events/mojo/latency_info.mojom | 
| @@ -89,7 +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. | 
| +  // TODO(mfomitchev): Do we really need these? We are shipping these cross-IPC | 
| +  // with every frame and for every event for every component. Seems like a lot of | 
| +  // waste | 
| +   // 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; | 
|  |