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

Unified Diff: ui/base/latency_info.h

Issue 18937002: Add UMA/Telemetry stats for end-to-end scroll latency (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 5 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/base/latency_info.h
diff --git a/ui/base/latency_info.h b/ui/base/latency_info.h
index 423182a0379ea382d9b40cda4c231511904750ff..862e730418cb74c25be4108a5d4a38b3dca24367 100644
--- a/ui/base/latency_info.h
+++ b/ui/base/latency_info.h
@@ -24,6 +24,7 @@ enum LatencyComponentType {
// events is sent from RWH to renderer. In non-aura platform,
// INPUT_EVENT_LATENCY_RWH_COMPONENT is the same as
// INPUT_EVENT_LATENCY_INJECTED_RWH_COMPONENT.
+ // It is now only set for GestureScrollXXX events.
Rick Byers 2013/07/10 01:36:30 Please just rename this to 'GestureScroll' instead
Yufeng Shen (Slow to review) 2013/07/10 15:12:04 Done.
INPUT_EVENT_LATENCY_INJECTED_RWH_COMPONENT,
// Original timestamp for input event (e.g. timestamp from kernel).
INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,

Powered by Google App Engine
This is Rietveld 408576698