Chromium Code Reviews

Unified Diff: Source/core/frame/UseCounter.h

Issue 416103003: Add UseCounters for non-standard WheelEvent.wheelDelta* attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/events/WheelEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 781cf0f495fe0c23d14dcb2d5fdd1ee0715559fb..e749ed411025d99d590aad7e381fb56ea82b12b0 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -487,6 +487,9 @@ public:
WebKitPoint = 488,
HTMLPreElementWidth = 489,
PrefixedHTMLElementDropzone = 490,
+ WheelEventWheelDeltaX = 491,
+ WheelEventWheelDeltaY = 492,
+ WheelEventWheelDelta = 493,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/
« no previous file with comments | « Source/core/events/WheelEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine