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

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

Issue 1471943003: Introduce SVGPathQuery to hold SVG path query methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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: 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 7dd5e8f039fadfcb52a117fed89d66fe858d9735..ebed241309a189393d8c55ee83734a6dfd2e4b26 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
+++ b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
@@ -31,9 +31,6 @@ public:
String result();
private:
- void incrementPathSegmentCount() override { }
- bool continueConsuming() override { return true; }
-
void emitSegment(const PathSegmentData&) override;
StringBuilder m_stringBuilder;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathQuery.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPathTraversalStateBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698