aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-01-19 15:07:29 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-19 20:44:56 +0000
commit16d0ad06b46841c78cce816406574314fab95c13 (patch)
treefdc41251d483c35440738e80d1f29d91c718897e /BUILD.gn
parenta99b39399522658d7e5ddee97d0e45aa9fceaf89 (diff)
[skottie,sksg] Improved shape group semantics
* paints also apply to preceding nested geometries * path effects also apply to preceding nested geometries TBR= Change-Id: Ic72f8d032fb5823f506ff688630b786a23219f20 Reviewed-on: https://skia-review.googlesource.com/97222 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5addfe7b25..4ad27cb955 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1388,6 +1388,7 @@ if (skia_enable_tools) {
"experimental/sksg/effects/SkSGMaskEffect.cpp",
"experimental/sksg/effects/SkSGOpacityEffect.cpp",
"experimental/sksg/effects/SkSGTransform.cpp",
+ "experimental/sksg/geometry/SkSGGeometryTransform.cpp",
"experimental/sksg/geometry/SkSGMerge.cpp",
"experimental/sksg/geometry/SkSGPath.cpp",
"experimental/sksg/geometry/SkSGRect.cpp",