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

Unified Diff: ui/latency/latency_info.h

Issue 2756893002: Add Keyboard Latency UMA Metrics. (Closed)
Patch Set: Restrict to RawKeyDown and Char events on Android & Mac Created 3 years, 7 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/event.cc ('k') | ui/latency/latency_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/latency/latency_info.h
diff --git a/ui/latency/latency_info.h b/ui/latency/latency_info.h
index 84c5434c4f6f603654e907ebb10f496ce2e5cdfb..0f8b6be29ff6b45f316635ff3f9ee88a84281872 100644
--- a/ui/latency/latency_info.h
+++ b/ui/latency/latency_info.h
@@ -109,6 +109,7 @@ enum SourceEventType {
UNKNOWN,
WHEEL,
TOUCH,
+ KEY_PRESS,
OTHER,
SOURCE_EVENT_TYPE_LAST = OTHER,
};
« no previous file with comments | « ui/events/event.cc ('k') | ui/latency/latency_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698