Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1211)

Unified Diff: ui/latency/mojo/latency_info.mojom

Issue 2914023002: Remove LatencyInfo::sequence_number. (May break metrics).
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698