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

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

Issue 2804693002: Remove coordinates from LatencyInfo objects. (Closed)
Patch Set: Fix mojo latencyInfo 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
« no previous file with comments | « ui/latency/latency_info.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 94703b588b851f76d2f7c78b16de81f3b0411e6e..5b40d32960058498313097ef8c9b2c45dff06a63 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;
« no previous file with comments | « ui/latency/latency_info.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