| Index: src/gpu/GrTextStrike.h
|
| diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h
|
| index 784ea91544d49bc3ff6f0e0b6d9fae8071c38929..8036ec323a98bcd38c4bd2145d522604a6487410 100644
|
| --- a/src/gpu/GrTextStrike.h
|
| +++ b/src/gpu/GrTextStrike.h
|
| @@ -64,9 +64,7 @@ private:
|
| GrFontCache* fFontCache;
|
| GrAtlasMgr* fAtlasMgr;
|
| GrMaskFormat fMaskFormat;
|
| -#if SK_DISTANCEFIELD_FONTS
|
| bool fUseDistanceField;
|
| -#endif
|
|
|
| GrAtlas fAtlas;
|
|
|
| @@ -80,11 +78,7 @@ public:
|
| GrFontCache(GrGpu*);
|
| ~GrFontCache();
|
|
|
| -#if SK_DISTANCEFIELD_FONTS
|
| inline GrTextStrike* getStrike(GrFontScaler*, bool useDistanceField);
|
| -#else
|
| - inline GrTextStrike* getStrike(GrFontScaler*);
|
| -#endif
|
|
|
| void freeAll();
|
|
|
|
|