| Index: src/gpu/GrAtlasTextContext.h
|
| diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
|
| index 47bb7aeec304171094f0c11135f49e6734fc7d21..68ec8700399619f58d400d879e6c14818451954d 100644
|
| --- a/src/gpu/GrAtlasTextContext.h
|
| +++ b/src/gpu/GrAtlasTextContext.h
|
| @@ -35,11 +35,10 @@ class GrTextBlobCache;
|
| */
|
| class GrAtlasTextContext : public GrTextContext {
|
| public:
|
| - static GrAtlasTextContext* Create(GrContext*, GrDrawContext*,
|
| - const SkDeviceProperties&, bool enableDistanceFields);
|
| + static GrAtlasTextContext* Create(GrContext*, GrDrawContext*, const SkDeviceProperties&);
|
|
|
| private:
|
| - GrAtlasTextContext(GrContext*, GrDrawContext*, const SkDeviceProperties&, bool useDFT);
|
| + GrAtlasTextContext(GrContext*, GrDrawContext*, const SkDeviceProperties&);
|
| ~GrAtlasTextContext() override {}
|
|
|
| bool canDraw(const GrRenderTarget*, const GrClip&, const GrPaint&,
|
| @@ -385,7 +384,6 @@ private:
|
|
|
| GrBatchTextStrike* fCurrStrike;
|
| GrTextBlobCache* fCache;
|
| - bool fEnableDFRendering;
|
| SkAutoTUnref<DistanceAdjustTable> fDistanceAdjustTable;
|
|
|
| friend class GrTextBlobCache;
|
|
|