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

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

Issue 734053005: Remove globalSVGPath* from SVGPathUtilities.cpp (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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: Source/core/svg/SVGPathStringBuilder.h
diff --git a/Source/core/svg/SVGPathStringBuilder.h b/Source/core/svg/SVGPathStringBuilder.h
index acc74c90421b1f087b4b6db32e9f9b8826eae206..11ade090719955b68221abde53fd406725dacc21 100644
--- a/Source/core/svg/SVGPathStringBuilder.h
+++ b/Source/core/svg/SVGPathStringBuilder.h
@@ -31,7 +31,6 @@ public:
String result();
private:
- virtual void cleanup() override { m_stringBuilder.clear(); }
virtual void incrementPathSegmentCount() override { }
virtual bool continueConsuming() override { return true; }

Powered by Google App Engine
This is Rietveld 408576698