From 823994624aa5e805e16833ecd3d748fc769a164d Mon Sep 17 00:00:00 2001 From: Ethan Nicholas Date: Mon, 16 Oct 2017 12:35:44 -0400 Subject: converted GrRectBlurEffect to SkSL Bug: skia: Change-Id: I3a8e16fd2792e6fb5711815d8aad46ae30c2872e Reviewed-on: https://skia-review.googlesource.com/59163 Commit-Queue: Ethan Nicholas Reviewed-by: Brian Salomon --- gn/sksl.gni | 1 + 1 file changed, 1 insertion(+) (limited to 'gn/sksl.gni') diff --git a/gn/sksl.gni b/gn/sksl.gni index 1de85f6fae..615b5dcbcc 100644 --- a/gn/sksl.gni +++ b/gn/sksl.gni @@ -33,5 +33,6 @@ skia_gpu_processor_sources = [ "$_src/gpu/effects/GrConfigConversionEffect.fp", "$_src/gpu/effects/GrDitherEffect.fp", "$_src/gpu/effects/GrEllipseEffect.fp", + "$_src/gpu/effects/GrRectBlurEffect.fp", "$_src/gpu/effects/GrSimpleTextureEffect.fp", ] -- cgit v1.2.3