| Index: Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| diff --git a/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h b/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| index 6f81ef4e9982238e407ca0e1e55e37804488032f..f849598a42e92bce923e21ecb63f810fccac780b 100644
|
| --- a/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| +++ b/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| @@ -17,9 +17,9 @@ class CORE_EXPORT SVGStrokeDasharrayStyleInterpolation : public StyleInterpolati
|
| public:
|
| static PassRefPtrWillBeRawPtr<SVGStrokeDasharrayStyleInterpolation> maybeCreate(const CSSValue& start, const CSSValue& end, CSSPropertyID);
|
|
|
| - virtual void apply(StyleResolverState&) const override;
|
| + void apply(StyleResolverState&) const override;
|
|
|
| - virtual void trace(Visitor* visitor) override
|
| + void trace(Visitor* visitor) override
|
| {
|
| StyleInterpolation::trace(visitor);
|
| }
|
|
|