| Index: Source/core/svg/SVGPathBlender.h
|
| diff --git a/Source/core/svg/SVGPathBlender.h b/Source/core/svg/SVGPathBlender.h
|
| index 9a84821d70a3e388847732bffb1711540ed74b58..585b6279d25e9aa08780ad0caf990d215d778dde 100644
|
| --- a/Source/core/svg/SVGPathBlender.h
|
| +++ b/Source/core/svg/SVGPathBlender.h
|
| @@ -55,6 +55,7 @@ private:
|
|
|
| float blendAnimatedDimensonalFloat(float, float, FloatBlendMode);
|
| FloatPoint blendAnimatedFloatPoint(const FloatPoint& from, const FloatPoint& to);
|
| + FloatPoint blendAnimatedFloatPointSameCoordinates(const FloatPoint& from, const FloatPoint& to);
|
|
|
| RawPtrWillBeMember<SVGPathSource> m_fromSource;
|
| RawPtrWillBeMember<SVGPathSource> m_toSource;
|
|
|