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 92a837b9dc5b4ced197f333d5bdeb3f782d65c06..f81ce2fd576bd5e2267913325834c00d57ca4671 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(UnalteredParsing, false); |
+ SVGPathParser(&source, &builder).parsePathDataFromSource(false); |
return pathByteStream.release(); |
} |