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

Unified Diff: tools/dom/scripts/htmlrenamer.py

Issue 11931009: Adding support for the MouseWheel event in Streams. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 0561c2777518e52d70f8109a27d5aefef10443c9..1cbf3fe3329be0c5ec16a172a619faefe7ec3d23 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -130,6 +130,7 @@ _private_html_members = monitored.Set('htmlrenamer._private_html_members', [
'UIEvent.keyCode',
'WheelEvent.wheelDeltaX',
'WheelEvent.wheelDeltaY',
+ 'WheelEvent.initWebKitWheelEvent',
'DOMWindow.getComputedStyle',
])

Powered by Google App Engine
This is Rietveld 408576698