Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp

Issue 1646543004: Refactor away SVGPathSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use namespace Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
« no previous file with comments | « third_party/WebKit/Source/core/animation/InterpolatedSVGPathSource.h ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698