summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/events/WheelEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/events/WheelEvent.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/events/WheelEvent.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/core/events/WheelEvent.idl b/chromium/third_party/WebKit/Source/core/events/WheelEvent.idl
index 1cba713f668..6c7acff7177 100644
--- a/chromium/third_party/WebKit/Source/core/events/WheelEvent.idl
+++ b/chromium/third_party/WebKit/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,