| 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..a4c70ac7f30e1230cadcbf95f58b367028e28043 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* currentValueBase() const override;
|
| bool isAnimating() const override;
|
| PassRefPtrWillBeRawPtr<SVGPropertyBase> createAnimatedValue() override;
|
| void setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase>) override;
|
|
|