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

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: set NeedsRebaseline 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
« no previous file with comments | « Source/core/svg/SVGZoomEvent.cpp ('k') | Source/core/svg/properties/SVGPropertyInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+ readonly attribute SVGPoint previousTranslate;
readonly attribute float newScale;
- [Immutable] readonly attribute SVGPoint newTranslate;
+ readonly attribute SVGPoint newTranslate;
};
« no previous file with comments | « Source/core/svg/SVGZoomEvent.cpp ('k') | Source/core/svg/properties/SVGPropertyInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698