aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGContainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/svg/model/SkSVGContainer.h')
-rw-r--r--experimental/svg/model/SkSVGContainer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/experimental/svg/model/SkSVGContainer.h b/experimental/svg/model/SkSVGContainer.h
index 73c7c1803b..25296fcddb 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;