summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPathSegListBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPathSegListBuilder.h')
-rw-r--r--WebCore/svg/SVGPathSegListBuilder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/svg/SVGPathSegListBuilder.h b/WebCore/svg/SVGPathSegListBuilder.h
index aa4a782..2fd2667 100644
--- a/WebCore/svg/SVGPathSegListBuilder.h
+++ b/WebCore/svg/SVGPathSegListBuilder.h
@@ -36,6 +36,8 @@ public:
SVGPathSegListBuilder();
void setCurrentSVGPathSegList(SVGPathSegList* pathSegList) { m_pathSegList = pathSegList; }
+ virtual void incrementPathSegmentCount() { }
+ virtual bool continueConsuming() { return true; }
virtual void cleanup() { m_pathSegList = 0; }
private: