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

Unified Diff: lib/html/idl/dart/dart.idl

Issue 11098052: Make WheelEvent.delta{X,Y} return num, not int. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « lib/html/dartium/html_dartium.dart ('k') | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/idl/dart/dart.idl
diff --git a/lib/html/idl/dart/dart.idl b/lib/html/idl/dart/dart.idl
index f9e1b9a6a4750a6851e3c21a610d125f87cc8bed..881677ce44eb2e85ab30e96f439ded7ba385f35a 100644
--- a/lib/html/idl/dart/dart.idl
+++ b/lib/html/idl/dart/dart.idl
@@ -396,7 +396,7 @@ module events {
[Supplemental]
interface WheelEvent {
[Suppressed] readonly attribute long wheelDelta;
- [DartName=deltaX] readonly attribute long wheelDeltaX;
- [DartName=deltaY] readonly attribute long wheelDeltaY;
+ [DartName=_wheelDeltaX] readonly attribute long wheelDeltaX;
+ [DartName=_wheelDeltaY] readonly attribute long wheelDeltaY;
blois 2012/10/10 18:46:02 Can we not use htmlrenamer.py to make _wheelDeltaX
Anton Muhin 2012/10/11 13:04:06 Sorry, Pete, do you suggest to move the logic in t
};
}
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698