aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/SkScalerContext.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/SkScalerContext.cpp b/src/core/SkScalerContext.cpp
index a87d927b1b..8e452ef05b 100644
--- a/src/core/SkScalerContext.cpp
+++ b/src/core/SkScalerContext.cpp
@@ -988,10 +988,6 @@ void SkScalerContext::MakeRecAndEffects(const SkPaint& paint,
// seems like we could support kLCD as well at this point...
}
if (effects->fMaskFilter) {
-#ifdef SK_IGNORE_MASK_FILTER_GLYPH_FIX
- // force antialiasing with maskfilters
- rec->fMaskFormat = SkMask::kA8_Format;
-#endif
// Pre-blend is not currently applied to filtered text.
// The primary filter is blur, for which contrast makes no sense,
// and for which the destination guess error is more visible.