| Index: src/gpu/batches/GrAtlasTextBatch.cpp
|
| diff --git a/src/gpu/batches/GrAtlasTextBatch.cpp b/src/gpu/batches/GrAtlasTextBatch.cpp
|
| index b2251a42a884b1be3f3c530ea27ab1926134386e..6a172df5a6c856b707c43bdc5acd80d02e770b78 100644
|
| --- a/src/gpu/batches/GrAtlasTextBatch.cpp
|
| +++ b/src/gpu/batches/GrAtlasTextBatch.cpp
|
| @@ -147,7 +147,6 @@ inline void GrAtlasTextBatch::regenBlob(Target* target, FlushInfo* flushInfo, Bl
|
| *desc = newDesc;
|
| *cache = SkGlyphCache::DetachCache(run->fTypeface, *desc);
|
| *scaler = GrTextContext::GetGrFontScaler(*cache);
|
| - strike = info->strike();
|
| *typeface = run->fTypeface;
|
| }
|
|
|
|
|