Index: ui/latency/latency_info.h |
diff --git a/ui/latency/latency_info.h b/ui/latency/latency_info.h |
index 84c5434c4f6f603654e907ebb10f496ce2e5cdfb..5c8731d8ffd27372fc748971be68f0c110c994bc 100644 |
--- a/ui/latency/latency_info.h |
+++ b/ui/latency/latency_info.h |
@@ -109,6 +109,9 @@ enum SourceEventType { |
UNKNOWN, |
WHEEL, |
TOUCH, |
+ // This only includes key presses, as they're the most representative of user |
+ // perceived keyboard latency. |
+ KEY, |
OTHER, |
SOURCE_EVENT_TYPE_LAST = OTHER, |
}; |