Chromium Code Reviews

Unified Diff: Source/core/events/WheelEvent.idl

Issue 263633002: Add use counters for a number of prefixed APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 8 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/MouseEvent.idl ('k') | Source/core/fileapi/File.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/WheelEvent.idl
diff --git a/Source/core/events/WheelEvent.idl b/Source/core/events/WheelEvent.idl
index 1cba713f668e38d8bdeb5738ce3ff53a10d1bb9e..6c7acff717723fab39ff8c8cd29640188be1c041 100644
--- a/Source/core/events/WheelEvent.idl
+++ b/Source/core/events/WheelEvent.idl
@@ -39,8 +39,10 @@
readonly attribute long wheelDelta;
// WebKit Extension
+ [MeasureAs=PrefixedWheelEventDirectionInvertedFromDevice]
readonly attribute boolean webkitDirectionInvertedFromDevice;
+ [MeasureAs=PrefixedWheelEventInit]
void initWebKitWheelEvent([Default=Undefined] optional long wheelDeltaX,
[Default=Undefined] optional long wheelDeltaY,
[Default=Undefined] optional Window view,
« no previous file with comments | « Source/core/events/MouseEvent.idl ('k') | Source/core/fileapi/File.idl » ('j') | no next file with comments »

Powered by Google App Engine