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

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

Issue 1159113007: Sync event interfaces with the UI Events spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/WheelEvent.idl ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/WheelEventInit.idl
diff --git a/Source/core/events/WheelEventInit.idl b/Source/core/events/WheelEventInit.idl
index 4a3450b6e9603238365297c95e67eed339e3ea23..ce18fadeaba6dd86af5065b0b8734707723e5402 100644
--- a/Source/core/events/WheelEventInit.idl
+++ b/Source/core/events/WheelEventInit.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://www.w3.org/TR/DOM-Level-3-Events/#interface-WheelEvent
+// https://w3c.github.io/uievents/#idl-def-WheelEventInit
dictionary WheelEventInit : MouseEventInit {
double deltaX = 0.0;
@@ -10,7 +10,7 @@ dictionary WheelEventInit : MouseEventInit {
double deltaZ = 0.0;
unsigned long deltaMode = 0;
- // Non-standard. Deprecated.
+ // Non-standard APIs
long wheelDeltaX = 0;
long wheelDeltaY = 0;
};
« no previous file with comments | « Source/core/events/WheelEvent.idl ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698