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

Unified Diff: Source/core/svg/properties/SVGPropertyInfo.h

Issue 153883003: [SVG] SVGAnimatedTransform{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/properties/SVGPropertyInfo.h
diff --git a/Source/core/svg/properties/SVGPropertyInfo.h b/Source/core/svg/properties/SVGPropertyInfo.h
index 598bc3965d656ea33646c9c8df59fd3d74524493..c39b7159e0a60880e01074f90176dfb41c2ed08b 100644
--- a/Source/core/svg/properties/SVGPropertyInfo.h
+++ b/Source/core/svg/properties/SVGPropertyInfo.h
@@ -42,6 +42,7 @@ enum AnimatedPropertyType {
AnimatedIntegerOptionalInteger,
AnimatedLength,
AnimatedLengthList,
+ AnimatedMatrix,
kouhei (in TOK) 2014/02/10 12:33:08 This seems not needed. Will remove this tomorrow.
kouhei (in TOK) 2014/02/12 01:57:49 Done.
AnimatedNumber,
AnimatedNumberList,
AnimatedNumberOptionalNumber,
@@ -52,6 +53,7 @@ enum AnimatedPropertyType {
AnimatedRect,
AnimatedString,
AnimatedStringList,
+ AnimatedTransform,
AnimatedTransformList,
AnimatedUnknown
};

Powered by Google App Engine
This is Rietveld 408576698