| Index: src/gpu/text/GrStencilAndCoverTextContext.cpp
|
| diff --git a/src/gpu/text/GrStencilAndCoverTextContext.cpp b/src/gpu/text/GrStencilAndCoverTextContext.cpp
|
| index a8dc20215af22b48227c5df87e3a21f67977e43f..f0c66979d565cdbf2cc265565163f9c778ae08cc 100644
|
| --- a/src/gpu/text/GrStencilAndCoverTextContext.cpp
|
| +++ b/src/gpu/text/GrStencilAndCoverTextContext.cpp
|
| @@ -539,13 +539,10 @@
|
| ctx->resourceProvider()->findAndRefResourceByUniqueKey(fGlyphPathsKey));
|
| if (nullptr == glyphs) {
|
| if (fUsingRawGlyphPaths) {
|
| - SkScalerContextEffects noeffects;
|
| - glyphs = ctx->resourceProvider()->createGlyphs(fFont.getTypeface(), noeffects,
|
| - nullptr, fStroke);
|
| + glyphs = ctx->resourceProvider()->createGlyphs(fFont.getTypeface(), nullptr, fStroke);
|
| } else {
|
| SkGlyphCache* cache = this->getGlyphCache();
|
| glyphs = ctx->resourceProvider()->createGlyphs(cache->getScalerContext()->getTypeface(),
|
| - cache->getScalerContext()->getEffects(),
|
| &cache->getDescriptor(),
|
| fStroke);
|
| }
|
|
|