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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h

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/svg/SVGPathStringBuilder.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
index ebed241309a189393d8c55ee83734a6dfd2e4b26..194c323a05d99163be2e17d9423bc280a2fc4d7a 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
+++ b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
@@ -30,9 +30,9 @@ class CORE_EXPORT SVGPathStringBuilder final : public SVGPathConsumer {
public:
String result();
-private:
void emitSegment(const PathSegmentData&) override;
+private:
StringBuilder m_stringBuilder;
};
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathSource.h ('k') | third_party/WebKit/Source/core/svg/SVGPathStringSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698