commit | bef51c23c314180760b07f88fab50f6670f37f9b | [log] [tgz] |
---|---|---|
author | fmalita <fmalita@chromium.org> | Tue Sep 20 15:45:57 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Sep 20 15:45:57 2016 -0700 |
tree | 5b842aef28d9791c19ed2e9ed7c5ccc54873ae18 | |
parent | 768dc8f496e4cf888fd6113e00cd3fda269dd805 [diff] [blame] |
[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
diff --git a/experimental/svg/model/SkSVGNode.h b/experimental/svg/model/SkSVGNode.h index dcdb589..2a7c836 100644 --- a/experimental/svg/model/SkSVGNode.h +++ b/experimental/svg/model/SkSVGNode.h
@@ -69,6 +69,8 @@ virtual void onSetAttribute(SkSVGAttribute, const SkSVGValue&); + virtual bool hasChildren() const { return false; } + private: SkSVGTag fTag;