aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/sksl.gni
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-07-14 13:11:38 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-14 19:45:14 +0000
commit420f1565e9783b25d6ceb7ada21ca7c7c57d9e4c (patch)
tree52cf55c23a97001f48a3fcb94bc66763f9ea4d5f /gn/sksl.gni
parentf2c901474c240637c590ebfdf37db6e7d8316ec1 (diff)
converted EllipseEffect to sksl
Bug: skia: Change-Id: Id089b9ead7a21e903b001006dffff2381efd4ba3 Reviewed-on: https://skia-review.googlesource.com/23582 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'gn/sksl.gni')
-rw-r--r--gn/sksl.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/sksl.gni b/gn/sksl.gni
index c447a7bb76..a349d9b87d 100644
--- a/gn/sksl.gni
+++ b/gn/sksl.gni
@@ -28,5 +28,6 @@ skia_gpu_processor_sources = [
"$_src/effects/GrCircleBlurFragmentProcessor.fp",
"$_src/gpu/effects/GrCircleEffect.fp",
"$_src/gpu/effects/GrDitherEffect.fp",
+ "$_src/gpu/effects/GrEllipseEffect.fp",
"$_src/gpu/effects/GrSimpleTextureEffect.fp",
]