| Index: src/gpu/text/GrAtlasTextBlob.h
|
| diff --git a/src/gpu/text/GrAtlasTextBlob.h b/src/gpu/text/GrAtlasTextBlob.h
|
| index a6531f167b7b1f62449b98ec68cfdfaf54b0de81..acc4cb6ff93935ca3c0d1daf91d9c66a2d0f16ab 100644
|
| --- a/src/gpu/text/GrAtlasTextBlob.h
|
| +++ b/src/gpu/text/GrAtlasTextBlob.h
|
| @@ -474,6 +474,7 @@ private:
|
| SkAutoTUnref<SkTypeface> fTypeface;
|
| SkSTArray<kMinSubRuns, SubRunInfo> fSubRunInfo;
|
| SkAutoDescriptor fDescriptor;
|
| + SkScalerContextEffects fEffects;
|
|
|
| // Distance field text cannot draw coloremoji, and so has to fall back. However,
|
| // though the distance field text and the coloremoji may share the same run, they
|
|
|