| Index: src/gpu/GrTextStrike.h
|
| diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h
|
| index 7771e4a07c997937f8e6b2b5f47d8db9a8ece1cb..66bbb0d93c846bcfcac458023f717269c40ed545 100644
|
| --- a/src/gpu/GrTextStrike.h
|
| +++ b/src/gpu/GrTextStrike.h
|
| @@ -65,7 +65,7 @@ private:
|
| GrAtlasMgr* fAtlasMgr;
|
| GrAtlas* fAtlas; // linklist
|
|
|
| - GrMaskFormat fMaskFormat;
|
| + GrMaskFormat fMaskFormat;
|
|
|
| GrGlyph* generateGlyph(GrGlyph::PackedID packed, GrFontScaler* scaler);
|
| // returns true if after the purge, the strike is empty
|
|
|