Chromium Code Reviews| Index: src/gpu/SkGpuDevice.h |
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
| index c1ea4fe873c1a001a6025b900e4c725a38f5a687..1356a6f0fb2e1d9f395fd71dff585d7c458457b1 100644 |
| --- a/src/gpu/SkGpuDevice.h |
| +++ b/src/gpu/SkGpuDevice.h |
| @@ -151,6 +151,7 @@ private: |
| SkIPoint fClipOrigin; |
| GrClip fClip; |
| GrTextContext* fTextContext; |
| + SkAutoTUnref<GrDrawContext> fDrawContext; |
| SkSurfaceProps fSurfaceProps; |
| GrRenderTarget* fRenderTarget; |
| // remove when our clients don't rely on accessBitmap() |