| Index: src/gpu/GrDrawingManager.h
|
| diff --git a/src/gpu/GrDrawingManager.h b/src/gpu/GrDrawingManager.h
|
| index a6d010458307a55c1f83a5988e4eb84776b0ead5..d82a3a2d412e8c865e3d4f3131a7415def50ea73 100644
|
| --- a/src/gpu/GrDrawingManager.h
|
| +++ b/src/gpu/GrDrawingManager.h
|
| @@ -38,8 +38,6 @@ public:
|
|
|
| GrDrawContext* drawContext(GrRenderTarget* rt, const SkSurfaceProps*);
|
|
|
| - GrTextContext* textContext(const SkSurfaceProps& props, GrRenderTarget* rt);
|
| -
|
| // The caller automatically gets a ref on the returned drawTarget. It must
|
| // be balanced by an unref call.
|
| GrDrawTarget* newDrawTarget(GrRenderTarget* rt);
|
| @@ -60,8 +58,6 @@ private:
|
| , fOptionsForDrawTargets(optionsForDrawTargets)
|
| , fSingleOwner(singleOwner)
|
| , fAbandoned(false)
|
| - , fNVPRTextContext(nullptr)
|
| - , fAtlasTextContext(nullptr)
|
| , fPathRendererChain(nullptr)
|
| , fSoftwarePathRenderer(nullptr)
|
| , fFlushState(context->getGpu(), context->resourceProvider())
|
| @@ -87,9 +83,6 @@ private:
|
| bool fAbandoned;
|
| SkTDArray<GrDrawTarget*> fDrawTargets;
|
|
|
| - GrTextContext* fNVPRTextContext;
|
| - GrTextContext* fAtlasTextContext;
|
| -
|
| GrPathRendererChain* fPathRendererChain;
|
| GrSoftwarePathRenderer* fSoftwarePathRenderer;
|
|
|
|
|