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..1ae770f590e7387f85934defdc49ed92dad774de 100644 |
--- a/Source/core/svg/properties/SVGPropertyInfo.h |
+++ b/Source/core/svg/properties/SVGPropertyInfo.h |
@@ -52,6 +52,7 @@ enum AnimatedPropertyType { |
AnimatedRect, |
AnimatedString, |
AnimatedStringList, |
+ AnimatedTransform, |
AnimatedTransformList, |
AnimatedUnknown |
}; |