| Index: Source/core/animation/LengthPairStyleInterpolation.h
|
| diff --git a/Source/core/animation/LengthPairStyleInterpolation.h b/Source/core/animation/LengthPairStyleInterpolation.h
|
| index 623c333b1605b1cf0039677e391c96003c271501..7f20355f69a73234643d2814c34708d0954af669 100644
|
| --- a/Source/core/animation/LengthPairStyleInterpolation.h
|
| +++ b/Source/core/animation/LengthPairStyleInterpolation.h
|
| @@ -20,7 +20,7 @@ public:
|
|
|
| static bool canCreateFrom(const CSSValue&);
|
|
|
| - virtual void apply(StyleResolverState&) const override;
|
| + void apply(StyleResolverState&) const override;
|
|
|
| private:
|
| LengthPairStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id, InterpolationRange range)
|
|
|