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

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

Issue 2570893003: Clean up LatencyInfo and RWHLatencyTracker. (Closed)
Patch Set: Fix bug with coalesced events. Created 4 years 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/events/mojo/latency_info.mojom
diff --git a/ui/events/mojo/latency_info.mojom b/ui/events/mojo/latency_info.mojom
index 82cead52af7fe31d7c837c1d50fff32113a0735b..b57183a170b8107bd514cdfdd756f0a561dd0c52 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_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,

Powered by Google App Engine
This is Rietveld 408576698