aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGContainer.h
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2016-09-20 15:45:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-20 15:45:57 -0700
commitbef51c23c314180760b07f88fab50f6670f37f9b (patch)
tree5b842aef28d9791c19ed2e9ed7c5ccc54873ae18 /experimental/svg/model/SkSVGContainer.h
parent768dc8f496e4cf888fd6113e00cd3fda269dd805 (diff)
[SVGDom] Opacity optimization
Apply opacity as fill/stroke paint alpha instead of saveLayer, when possible. R=robertphillips@google.com,stephana@google.com,reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2353503005 Committed: https://skia.googlesource.com/skia/+/3dbb7b9f196d793fbd16243157ee67638891f5dc Review-Url: https://codereview.chromium.org/2353503005
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;