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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2287613002: Count Touch events via WebTouchPoint::State values instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address suggestions. Created 4 years, 4 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:
Download patch
« no previous file with comments | « content/browser/renderer_host/render_widget_host_input_event_router.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index aca0658928cccb66e0936859f248eb27d7c10426..323303940c00fe0c23ffa79e9a37ce9095b824e5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12823,6 +12823,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Event.FrameEventRouting.NoGestureTarget">
+ <owner>wjmaclean@chromium.org</owner>
+ <summary>
+ Record whether we unexpectedly encounter an empty gesture queue while
+ routing gesture events to frames' renderers: true =&gt; empty queue, false
+ =&gt; non-empty queue.
+ </summary>
+</histogram>
+
<histogram name="Event.Frequency.Renderer.FlingAnimate" units="hertz">
<owner>rbyers@chromium.org</owner>
<summary>
« no previous file with comments | « content/browser/renderer_host/render_widget_host_input_event_router.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698