aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-04-25 12:14:24 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-25 16:42:37 +0000
commit115a12f849c1c96a8232d8bb7539076911fc700e (patch)
tree06251a2f12b539b77f7ec95e1c754f0064deac79 /src/gpu/effects
parentdc3aa7d3cecefa5fda6e3adc910b88ff865029b9 (diff)
Fix GrRRectBlurEffect.fp
Change-Id: I40192fd1bcc0af7f06edddfd2e961b69b14546f5 Reviewed-on: https://skia-review.googlesource.com/123630 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/effects')
-rw-r--r--src/gpu/effects/GrRRectBlurEffect.fp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/effects/GrRRectBlurEffect.fp b/src/gpu/effects/GrRRectBlurEffect.fp
index b45ba3f560..dd04a2d6c5 100644
--- a/src/gpu/effects/GrRRectBlurEffect.fp
+++ b/src/gpu/effects/GrRRectBlurEffect.fp
@@ -79,6 +79,7 @@ uniform half blurRadius;
xformedSigma,
xformedSigma,
GrTextureDomain::kIgnore_Mode,
+ kPremul_SkAlphaType,
SkBackingFit::kExact));
if (!rtc2) {
return nullptr;