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

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

Issue 2953073002: LatencyInfo trace_id_ no longer dependent on sequence_number. (Closed)
Patch Set: Address nit. 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
« no previous file with comments | « ui/latency/latency_info_unittest.cc ('k') | ui/latency/mojo/latency_info_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « ui/latency/latency_info_unittest.cc ('k') | ui/latency/mojo/latency_info_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698