Index: experimental/svg/model/SkSVGAttributeParser.h |
diff --git a/experimental/svg/model/SkSVGAttributeParser.h b/experimental/svg/model/SkSVGAttributeParser.h |
index 637bf4a26069ef5696f82c0612dfe80d6311f870..d1ead39223532ff9cf5837dfc5c88a5561d86aa0 100644 |
--- a/experimental/svg/model/SkSVGAttributeParser.h |
+++ b/experimental/svg/model/SkSVGAttributeParser.h |
@@ -22,6 +22,7 @@ public: |
bool parsePaint(SkSVGPaint*); |
bool parseLineCap(SkSVGLineCap*); |
bool parseLineJoin(SkSVGLineJoin*); |
+ bool parsePoints(SkSVGPointsType*); |
private: |
// Stack-only |