| Index: src/gpu/SkGpuDevice.h
|
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h
|
| index d1070e5f843bd908fd5868977685f2e289b39c90..ecabe3bf7a3abde380f06e5fd71bc0fd21e414e2 100644
|
| --- a/src/gpu/SkGpuDevice.h
|
| +++ b/src/gpu/SkGpuDevice.h
|
| @@ -23,7 +23,6 @@ struct GrSkDrawProcs;
|
|
|
| class GrAccelData;
|
| struct GrCachedLayer;
|
| -class GrTextContext;
|
|
|
| /**
|
| * Subclass of SkBaseDevice, which directs all drawing to the GrGpu owned by the
|
| @@ -150,7 +149,6 @@ private:
|
| SkAutoTUnref<const SkClipStack> fClipStack;
|
| SkIPoint fClipOrigin;
|
| GrClip fClip;
|
| - GrTextContext* fTextContext;
|
| SkAutoTUnref<GrDrawContext> fDrawContext;
|
| SkSurfaceProps fSurfaceProps;
|
| GrRenderTarget* fRenderTarget;
|
| @@ -218,7 +216,6 @@ private:
|
| int sampleCount);
|
|
|
| friend class GrAtlasTextContext;
|
| - friend class GrTextContext;
|
| typedef SkBaseDevice INHERITED;
|
| };
|
|
|
|
|