diff options
Diffstat (limited to 'WebCore/svg/SVGPathConsumer.h')
-rw-r--r-- | WebCore/svg/SVGPathConsumer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/svg/SVGPathConsumer.h b/WebCore/svg/SVGPathConsumer.h index b0deb52..629c1bf 100644 --- a/WebCore/svg/SVGPathConsumer.h +++ b/WebCore/svg/SVGPathConsumer.h @@ -42,6 +42,8 @@ enum PathParsingMode { class SVGPathConsumer : public Noncopyable { public: + virtual void incrementPathSegmentCount() = 0; + virtual bool continueConsuming() = 0; virtual void cleanup() = 0; public: |