Index: experimental/svg/model/SkSVGContainer.h |
diff --git a/experimental/svg/model/SkSVGContainer.h b/experimental/svg/model/SkSVGContainer.h |
index 73c7c1803b3470553509d202c6814ea16db47730..25296fcddb078bd1bff67b8b963dd57f3401cca3 100644 |
--- a/experimental/svg/model/SkSVGContainer.h |
+++ b/experimental/svg/model/SkSVGContainer.h |
@@ -22,6 +22,8 @@ protected: |
void onRender(const SkSVGRenderContext&) const override; |
+ bool hasChildren() const final; |
+ |
// TODO: add some sort of child iterator, and hide the container. |
SkSTArray<1, sk_sp<SkSVGNode>, true> fChildren; |