| Index: Source/core/svg/SVGPoint.h
|
| diff --git a/Source/core/svg/SVGPoint.h b/Source/core/svg/SVGPoint.h
|
| index 07b60271633d307e6514c028514264b819ccd789..58030a520e428e96b3ece53614a05516414c9cec 100644
|
| --- a/Source/core/svg/SVGPoint.h
|
| +++ b/Source/core/svg/SVGPoint.h
|
| @@ -65,12 +65,12 @@ public:
|
|
|
| FloatPoint matrixTransform(const AffineTransform&) const;
|
|
|
| - virtual String valueAsString() const override;
|
| + String valueAsString() const override;
|
| void setValueAsString(const String&, ExceptionState&);
|
|
|
| - virtual void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) override;
|
| - virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtrWillBeRawPtr<SVGPropertyBase> from, PassRefPtrWillBeRawPtr<SVGPropertyBase> to, PassRefPtrWillBeRawPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) override;
|
| - virtual float calculateDistance(PassRefPtrWillBeRawPtr<SVGPropertyBase> to, SVGElement* contextElement) override;
|
| + 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;
|
| + float calculateDistance(PassRefPtrWillBeRawPtr<SVGPropertyBase> to, SVGElement* contextElement) override;
|
|
|
| static AnimatedPropertyType classType() { return AnimatedPoint; }
|
|
|
|
|