Chromium Code Reviews| 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 eeaf2d10a90275b8270f489bb77dd2d1ce25bb25..c788cf732243350e191ae2aac09fb34f56d9120c 100644 |
| --- a/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h |
| +++ b/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h |
| @@ -44,6 +44,7 @@ enum AnimatedPropertyType { |
| AnimatedStringList, |
| AnimatedTransform, |
| AnimatedTransformList, |
| + NumberOfAnimatedPropertyTypes |
| }; |
| } // namespace blink |