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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathConsumer.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/SVGPathConsumer.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPathConsumer.h b/third_party/WebKit/Source/core/svg/SVGPathConsumer.h
index 3d014bf95f591480d76e98d238c3db52452f9527..f8a4a9abc2bec0e5fab70a5013563148b9b15d04 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathConsumer.h
+++ b/third_party/WebKit/Source/core/svg/SVGPathConsumer.h
@@ -39,9 +39,6 @@ public:
SVGPathConsumer() { }
virtual ~SVGPathConsumer() { }
- virtual void incrementPathSegmentCount() = 0;
- virtual bool continueConsuming() = 0;
-
virtual void emitSegment(const PathSegmentData&) = 0;
};
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.h ('k') | third_party/WebKit/Source/core/svg/SVGPathElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698