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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathBuilder.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/SVGPathBuilder.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPathBuilder.h b/third_party/WebKit/Source/core/svg/SVGPathBuilder.h
index 5e5bc9872d0920d508b600c62cee4691ad0df328..0e33cba6d8f5e2a1d500b2dca8f4847928d67ad3 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathBuilder.h
+++ b/third_party/WebKit/Source/core/svg/SVGPathBuilder.h
@@ -40,9 +40,9 @@ public:
, m_lastCommand(PathSegUnknown)
{ }
-private:
void emitSegment(const PathSegmentData&) override;
+private:
void emitClose();
void emitMoveTo(const FloatPoint&);
void emitLineTo(const FloatPoint&);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathBlender.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698