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

Unified Diff: Source/core/svg/SVGElementInstance.idl

Issue 22859012: Add support for DOM Level 3 WheelEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename prefixedType() to legacyType() Created 7 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGElementInstance.cpp ('k') | Source/web/WebInputEventConversion.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGElementInstance.idl
diff --git a/Source/core/svg/SVGElementInstance.idl b/Source/core/svg/SVGElementInstance.idl
index 4344913a73b9edfc70d400434b9006aff33e2e54..8f6a1d84de3cf25b953fec5a72cdd3e2bded5e8e 100644
--- a/Source/core/svg/SVGElementInstance.idl
+++ b/Source/core/svg/SVGElementInstance.idl
@@ -56,7 +56,7 @@ interface SVGElementInstance : EventTarget
[NotEnumerable] attribute EventHandler onmouseout;
[NotEnumerable] attribute EventHandler onmouseover;
[NotEnumerable] attribute EventHandler onmouseup;
- [NotEnumerable] attribute EventHandler onmousewheel;
+ [NotEnumerable] attribute EventHandler onmousewheel; // Deprecated in favor of onwheel.
[NotEnumerable] attribute EventHandler onbeforecut;
[NotEnumerable] attribute EventHandler oncut;
[NotEnumerable] attribute EventHandler onbeforecopy;
@@ -78,4 +78,5 @@ interface SVGElementInstance : EventTarget
[NotEnumerable] attribute EventHandler onselectstart;
[NotEnumerable] attribute EventHandler onsubmit;
[NotEnumerable] attribute EventHandler onunload;
+ [NotEnumerable] attribute EventHandler onwheel;
};
« no previous file with comments | « Source/core/svg/SVGElementInstance.cpp ('k') | Source/web/WebInputEventConversion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698