| Index: ui/events/latency_info.h
|
| diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h
|
| index 7220187272575e7e78cbdae5908486449bf8fc1f..2ae543a400d8c12e403a6e22989b17856d5de5ca 100644
|
| --- a/ui/events/latency_info.h
|
| +++ b/ui/events/latency_info.h
|
| @@ -62,10 +62,8 @@ enum LatencyComponentType {
|
| // This component indicates that the input causes a swap to be scheduled
|
| // but the swap failed.
|
| INPUT_EVENT_LATENCY_TERMINATED_SWAP_FAILED_COMPONENT,
|
| - // This component indicates that the cached LatencyInfo number exceeds the
|
| - // maximal allowed size.
|
| - LATENCY_INFO_LIST_TERMINATED_OVERFLOW_COMPONENT,
|
| - LATENCY_COMPONENT_TYPE_LAST = LATENCY_INFO_LIST_TERMINATED_OVERFLOW_COMPONENT
|
| + LATENCY_COMPONENT_TYPE_LAST =
|
| + INPUT_EVENT_LATENCY_TERMINATED_SWAP_FAILED_COMPONENT
|
| };
|
|
|
| struct EVENTS_BASE_EXPORT LatencyInfo {
|
|
|