Index: experimental/svg/model/SkSVGNode.h |
diff --git a/experimental/svg/model/SkSVGNode.h b/experimental/svg/model/SkSVGNode.h |
index 407e69ac63ac2f56d3c40fec8caf5aedb6780074..168b03c73bc2e152bdcbe8e9d6eacb46d258998f 100644 |
--- a/experimental/svg/model/SkSVGNode.h |
+++ b/experimental/svg/model/SkSVGNode.h |
@@ -19,6 +19,7 @@ class SkSVGValue; |
enum class SkSVGTag { |
kG, |
kPath, |
+ kRect, |
kSvg |
}; |
@@ -30,7 +31,6 @@ public: |
virtual void appendChild(sk_sp<SkSVGNode>) = 0; |
- void render(SkCanvas*) const; |
void render(SkCanvas*, const SkSVGRenderContext&) const; |
void setAttribute(SkSVGAttribute, const SkSVGValue&); |