diff --git a/src/core/SkGlyphRunPainter.cpp b/src/core/SkGlyphRunPainter.cpp index 8dbf9dc960..7814b4685c 100644 --- a/src/core/SkGlyphRunPainter.cpp +++ b/src/core/SkGlyphRunPainter.cpp @@ -287,8 +287,7 @@ void SkGlyphRunListPainter::processGlyphRun(const SkGlyphRun& glyphRun, } } - if (!fRejects.source().empty() && - approximateDeviceTextSize <= SkStrikeCommon::kSkSideTooBigForAtlas) { + if (!fRejects.source().empty()) { // Process masks including ARGB - this should be the 99.99% case. // This will handle medium size emoji that are sharing the run with SDFT drawn text. // If things are too big they will be passed along to the drawing of last resort below.