| Index: third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| index 252122fc4b1cafa3621a8c9aaac539f13d4a0bab..d977a6869fd6afff665734809862d5ca5e46755d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| @@ -137,6 +137,7 @@ class CORE_EXPORT SVGAnimationElement : public SVGSMILElement {
|
| // http://www.w3.org/TR/SVG/animate.html#ValuesAttribute .
|
| static bool ParseValues(const String&, Vector<String>& result);
|
|
|
| + void InvalidatedValuesCache();
|
| void AnimationAttributeChanged() override;
|
|
|
| private:
|
|
|