| Index: third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
|
| index f81ce2fd576bd5e2267913325834c00d57ca4671..efdb5ea034c0946c4fa858dc7d9862ed6cbf9b55 100644
|
| --- a/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
|
| @@ -160,7 +160,7 @@ PassRefPtr<SVGPathByteStream> PathInterpolationFunctions::appliedValue(const Int
|
| toInterpolableList(*toInterpolableList(interpolableValue).get(PathArgsIndex)),
|
| toSVGPathNonInterpolableValue(nonInterpolableValue)->pathSegTypes());
|
| SVGPathByteStreamBuilder builder(*pathByteStream);
|
| - SVGPathParser(&source, &builder).parsePathDataFromSource(false);
|
| + SVGPathParser::parsePath(source, builder);
|
| return pathByteStream.release();
|
| }
|
|
|
|
|