| Index: third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
|
| diff --git a/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h b/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
|
| index a8fa031ee84a9f62bef23c8ee8482fe02a9a3f7c..3b3e65e30f80fc153f32205bb5c59d6af1f6b092 100644
|
| --- a/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
|
| +++ b/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
|
| @@ -23,6 +23,7 @@
|
| namespace blink {
|
|
|
| enum AnimatedPropertyType {
|
| + AnimatedUnknown = 0,
|
| AnimatedAngle,
|
| AnimatedBoolean,
|
| AnimatedColor,
|
| @@ -43,7 +44,6 @@ enum AnimatedPropertyType {
|
| AnimatedStringList,
|
| AnimatedTransform,
|
| AnimatedTransformList,
|
| - AnimatedUnknown
|
| };
|
|
|
| } // namespace blink
|
|
|