| Index: src/gpu/GrAtlasTextContext.cpp
|
| diff --git a/src/gpu/GrAtlasTextContext.cpp b/src/gpu/GrAtlasTextContext.cpp
|
| index f5867ba9cb11e5d42b7a1e9115ff0eee549a05b9..08fbf5887aff8314038f09c82f2df6b25d757af6 100644
|
| --- a/src/gpu/GrAtlasTextContext.cpp
|
| +++ b/src/gpu/GrAtlasTextContext.cpp
|
| @@ -1673,7 +1673,8 @@ public:
|
| if (regenerateGlyphs) {
|
| // Get the id from the old glyph, and use the new strike to lookup
|
| // the glyph.
|
| - blob->fGlyphs[glyphOffset] = strike->getGlyph(skGlyph, id, scaler);
|
| + blob->fGlyphs[glyphOffset] = strike->getGlyph(skGlyph, id, maskFormat,
|
| + scaler);
|
| }
|
| glyph = blob->fGlyphs[glyphOffset];
|
| SkASSERT(glyph);
|
|
|