| Index: third_party/WebKit/Source/core/svg/SVGLength.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGLength.h b/third_party/WebKit/Source/core/svg/SVGLength.h
|
| index 171cd286aa7514b5fbc16b5c07135170c4fda246..567b8c0748e6ee15ff56d49f422278e14bb8b59c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGLength.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGLength.h
|
| @@ -104,6 +104,7 @@ public:
|
| }
|
|
|
| static SVGLengthMode lengthModeForAnimatedLengthAttribute(const QualifiedName&);
|
| + static SVGLengthNegativeValuesMode negativeValuesModeForAnimatedLengthAttribute(const QualifiedName&);
|
|
|
| void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) override;
|
| void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtrWillBeRawPtr<SVGPropertyBase> from, PassRefPtrWillBeRawPtr<SVGPropertyBase> to, PassRefPtrWillBeRawPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) override;
|
|
|