| Index: Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| diff --git a/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h b/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| index ac3e096076208ad54c9bba96dabbbd610e414a50..e9acec299389acece6398aa7662c4c9d1b6bccf1 100644
|
| --- a/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| +++ b/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| @@ -24,15 +24,12 @@ public:
|
| }
|
|
|
| private:
|
| - SVGStrokeDasharrayStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id, const Vector<CSSPrimitiveValue::UnitType>& types)
|
| + SVGStrokeDasharrayStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id)
|
| : StyleInterpolation(start, end, id)
|
| - , m_types(types)
|
| { }
|
|
|
| static bool canCreateFrom(const CSSValue&);
|
| - static PassRefPtrWillBeRawPtr<CSSValueList> interpolableValueToStrokeDasharray(const InterpolableValue&, const Vector<CSSPrimitiveValue::UnitType>&);
|
| -
|
| - Vector<CSSPrimitiveValue::UnitType> m_types;
|
| + static PassRefPtrWillBeRawPtr<CSSValueList> interpolableValueToStrokeDasharray(const InterpolableValue&);
|
|
|
| friend class AnimationSVGStrokeDasharrayStyleInterpolationTest;
|
| };
|
|
|