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

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

Issue 2804693002: Remove coordinates from LatencyInfo objects. (Closed)
Patch Set: Fix fuzzer test Created 3 years, 8 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 f27e33075241d559f55b155cfd3f636248a68fd7..150365273ecf4749457ee75ea930f1298a480f96 100644
--- a/ui/latency/mojo/latency_info.mojom
+++ b/ui/latency/mojo/latency_info.mojom
@@ -104,7 +104,6 @@ struct LatencyComponentPair {
struct LatencyInfo {
string trace_name;
array<LatencyComponentPair> latency_components;
- array<gfx.mojom.PointF> input_coordinates;
int64 trace_id;
bool coalesced;
bool terminated;

Powered by Google App Engine
This is Rietveld 408576698