Index: src/gpu/GrAtlasTextContext.cpp |
diff --git a/src/gpu/GrAtlasTextContext.cpp b/src/gpu/GrAtlasTextContext.cpp |
index 108d63c919b944afd5446ef6a58168a6949b7ef4..7b1743a3bd96fb2f8d2c11e045761893715ff506 100644 |
--- a/src/gpu/GrAtlasTextContext.cpp |
+++ b/src/gpu/GrAtlasTextContext.cpp |
@@ -2168,7 +2168,8 @@ inline void GrAtlasTextContext::flushBigGlyphs(GrAtlasTextBlob* cacheBlob, |
} |
GrBlurUtils::drawPathWithMaskFilter(fContext, dc, rt, clip, bigGlyph.fPath, |
- skPaint, ctm, nullptr, clipBounds, false); |
+ skPaint, ctm, nullptr, clipBounds, false, |
+ GrTextureProvider::kApprox_SizeConstraint); |
} |
} |