| Index: third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransformList.h b/third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| index 52806852fb6e752561d1bf15215275ba55a22119..057a5921601d3cbf9e46e2b622dee195931abba6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| @@ -74,6 +74,8 @@ class SVGTransformList final
|
| static AnimatedPropertyType classType() { return AnimatedTransformList; }
|
| AnimatedPropertyType type() const override { return classType(); }
|
|
|
| + const CSSValue* cssValue() const;
|
| +
|
| private:
|
| SVGTransformList();
|
|
|
|
|