aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkLayerDrawLooper.cpp
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-04-05 16:33:04 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-06 15:02:03 +0000
commit0cfd547b465a3611506dc4c4c0ba973ccb2e7f30 (patch)
treeceda689fccbf696516c6e3f3c82e701794a73bc2 /src/effects/SkLayerDrawLooper.cpp
parentc1b9c1005f1e07558c0d32cf8f80d022b312719e (diff)
Remove SK_SUPPORT_LEGACY_BLURMASKFILTER
Change-Id: I1d99d9bb83d8a612d1c1fd298c1f7ed706a2277b Reviewed-on: https://skia-review.googlesource.com/118990 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'src/effects/SkLayerDrawLooper.cpp')
-rw-r--r--src/effects/SkLayerDrawLooper.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/effects/SkLayerDrawLooper.cpp b/src/effects/SkLayerDrawLooper.cpp
index 4ef5102118..6a8254d894 100644
--- a/src/effects/SkLayerDrawLooper.cpp
+++ b/src/effects/SkLayerDrawLooper.cpp
@@ -204,9 +204,6 @@ bool SkLayerDrawLooper::asABlurShadow(BlurShadowRec* bsRec) const {
bsRec->fOffset = fRecs->fInfo.fOffset;
bsRec->fColor = fRecs->fPaint.getColor();
bsRec->fStyle = maskBlur.fStyle;
-#ifdef SK_SUPPORT_LEGACY_BLURMASKFILTER
- bsRec->fQuality = maskBlur.fQuality;
-#endif
}
return true;
}