aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/svg/model/SkSVGNode.h')
-rw-r--r--experimental/svg/model/SkSVGNode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/experimental/svg/model/SkSVGNode.h b/experimental/svg/model/SkSVGNode.h
index dcdb58958a..2a7c836413 100644
--- a/experimental/svg/model/SkSVGNode.h
+++ b/experimental/svg/model/SkSVGNode.h
@@ -69,6 +69,8 @@ protected:
virtual void onSetAttribute(SkSVGAttribute, const SkSVGValue&);
+ virtual bool hasChildren() const { return false; }
+
private:
SkSVGTag fTag;