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

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

Issue 132233016: [SVG] SVGAnimatedPointList migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/core/svg/SVGZoomEvent.idl
diff --git a/Source/core/svg/SVGZoomEvent.idl b/Source/core/svg/SVGZoomEvent.idl
index 48bb3579d0f62868612874ad6d3d5ae693ca33e9..bb7e2ac9a2ccc169a72bb0646582a53ada0c759f 100644
--- a/Source/core/svg/SVGZoomEvent.idl
+++ b/Source/core/svg/SVGZoomEvent.idl
@@ -26,8 +26,8 @@
interface SVGZoomEvent : UIEvent {
readonly attribute SVGRect zoomRectScreen;
readonly attribute float previousScale;
- [Immutable] readonly attribute SVGPoint previousTranslate;
haraken 2014/01/17 11:50:18 I don't know what [Immutable] was for, but it is n
+ readonly attribute SVGPoint previousTranslate;
readonly attribute float newScale;
- [Immutable] readonly attribute SVGPoint newTranslate;
+ readonly attribute SVGPoint newTranslate;
};

Powered by Google App Engine
This is Rietveld 408576698