| Index: third_party/WebKit/Source/core/svg/SVGStaticStringList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStaticStringList.h b/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
|
| index 54fdd23195ceb20310ca465f95d168f66e4d3f69..7eccaabcc6e9d69749a9ce70704eceae0f0993c6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
|
| @@ -52,6 +52,7 @@ public:
|
|
|
| // SVGAnimatedPropertyBase:
|
| SVGPropertyBase* currentValueBase() override;
|
| + const SVGPropertyBase& baseValueBase() const override;
|
| bool isAnimating() const override;
|
| PassRefPtrWillBeRawPtr<SVGPropertyBase> createAnimatedValue() override;
|
| void setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase>) override;
|
|
|