Index: experimental/svg/model/SkSVGAttributeParser.h |
diff --git a/experimental/svg/model/SkSVGAttributeParser.h b/experimental/svg/model/SkSVGAttributeParser.h |
index c1700a8e77af63567eed8dacfb6c2cd2d62fe74f..9d6939b2e28f17dbb785a78f840d643f653dacc9 100644 |
--- a/experimental/svg/model/SkSVGAttributeParser.h |
+++ b/experimental/svg/model/SkSVGAttributeParser.h |
@@ -24,6 +24,7 @@ public: |
bool parseLineJoin(SkSVGLineJoin*); |
bool parsePoints(SkSVGPointsType*); |
bool parseIRI(SkSVGStringType*); |
+ bool parseSpreadMethod(SkSVGSpreadMethod*); |
private: |
// Stack-only |