| Index: src/gpu/GrTextStrike.h
|
| diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h
|
| index 26a36320fa1e099e159b28792a12f79b7ccbadb0..8781088ef67121096af5b4cfbee03218cfeba6c5 100644
|
| --- a/src/gpu/GrTextStrike.h
|
| +++ b/src/gpu/GrTextStrike.h
|
| @@ -61,9 +61,10 @@ private:
|
|
|
| GrFontCache* fFontCache;
|
| GrAtlasMgr* fAtlasMgr;
|
| - GrAtlas fAtlas;
|
| -
|
| GrMaskFormat fMaskFormat;
|
| + bool fUseDistanceField;
|
| +
|
| + GrAtlas fAtlas;
|
|
|
| GrGlyph* generateGlyph(GrGlyph::PackedID packed, GrFontScaler* scaler);
|
|
|
| @@ -75,7 +76,7 @@ public:
|
| GrFontCache(GrGpu*);
|
| ~GrFontCache();
|
|
|
| - inline GrTextStrike* getStrike(GrFontScaler*);
|
| + inline GrTextStrike* getStrike(GrFontScaler*, bool useDistanceField);
|
|
|
| void freeAll();
|
|
|
|
|