aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/SkScalerContext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkScalerContext.cpp b/src/core/SkScalerContext.cpp
index 096554437c..44ba94886b 100644
--- a/src/core/SkScalerContext.cpp
+++ b/src/core/SkScalerContext.cpp
@@ -446,10 +446,8 @@ void SkScalerContext::getImage(const SkGlyph& origGlyph) {
} else {
SkASSERT(SkMask::kARGB32_Format != origGlyph.fMaskFormat);
SkASSERT(SkMask::kARGB32_Format != mask.fFormat);
-#ifndef SK_SUPPORT_LEGACY_PATH_DAA_BIT
// DAA would have over coverage issues with small stroke_and_fill (crbug.com/821353)
SkPathPriv::SetIsBadForDAA(devPath, fRec.fFrameWidth > 0 && fRec.fFrameWidth <= 2);
-#endif
generateMask(mask, devPath, fPreBlend);
}
}