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

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

Issue 2570893003: Clean up LatencyInfo and RWHLatencyTracker. (Closed)
Patch Set: Avoid introducing new bare calls to FactoryGet. Created 3 years, 11 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/events/latency_info.cc ('k') | ui/events/mojo/latency_info_struct_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/latency_info.mojom
diff --git a/ui/events/mojo/latency_info.mojom b/ui/events/mojo/latency_info.mojom
index 82cead52af7fe31d7c837c1d50fff32113a0735b..e5e77de3b77d28caacaa84a2398ee03c78811cfe 100644
--- a/ui/events/mojo/latency_info.mojom
+++ b/ui/events/mojo/latency_info.mojom
@@ -56,21 +56,9 @@ enum LatencyComponentType {
INPUT_EVENT_LATENCY_GENERATE_SCROLL_UPDATE_FROM_MOUSE_WHEEL,
// ---------------------------TERMINAL COMPONENT-----------------------------
// TERMINAL COMPONENT is when we show the latency end in chrome://tracing.
- // Timestamp when the mouse event is acked from renderer and it does not
- // cause any rendering scheduled.
- INPUT_EVENT_LATENCY_TERMINATED_MOUSE_COMPONENT,
- // Timestamp when the mouse wheel event is acked from renderer and it does not
- // cause any rendering scheduled.
- INPUT_EVENT_LATENCY_TERMINATED_MOUSE_WHEEL_COMPONENT,
- // Timestamp when the keyboard event is acked from renderer and it does not
- // cause any rendering scheduled.
- INPUT_EVENT_LATENCY_TERMINATED_KEYBOARD_COMPONENT,
- // Timestamp when the touch event is acked from renderer and it does not
- // cause any rendering scheduled and does not generate any gesture event.
- INPUT_EVENT_LATENCY_TERMINATED_TOUCH_COMPONENT,
- // Timestamp when the gesture event is acked from renderer, and it does not
- // cause any rendering scheduled.
- INPUT_EVENT_LATENCY_TERMINATED_GESTURE_COMPONENT,
+ // Timestamp when the event is acked from renderer when it does not
+ // cause any rendering to be scheduled.
+ INPUT_EVENT_LATENCY_TERMINATED_NO_SWAP_COMPONENT,
// Timestamp when the frame is swapped (i.e. when the rendering caused by
// input event actually takes effect).
INPUT_EVENT_LATENCY_TERMINATED_FRAME_SWAP_COMPONENT,
« no previous file with comments | « ui/events/latency_info.cc ('k') | ui/events/mojo/latency_info_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698