| Index: Source/core/animation/LengthSVGInterpolation.h
|
| diff --git a/Source/core/animation/LengthSVGInterpolation.h b/Source/core/animation/LengthSVGInterpolation.h
|
| index cf40b6d2e61df199caaf9853a09940e8c9025e93..cd6329d0a096681e8a748b3a1b93ee6e73480a75 100644
|
| --- a/Source/core/animation/LengthSVGInterpolation.h
|
| +++ b/Source/core/animation/LengthSVGInterpolation.h
|
| @@ -37,7 +37,7 @@ public:
|
| SVGInterpolation::trace(visitor);
|
| }
|
|
|
| - virtual PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const override final;
|
| + PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const final;
|
|
|
| private:
|
| LengthSVGInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute, const NonInterpolableType& modeData)
|
|
|