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 |
}; |