Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index 1923525070d92cc78ddb992787be8e25aec8872b..33c6a28d03bc381e4747259bff586892b6cc3cde 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -146,7 +146,7 @@ private: |
// We want these unreffed in DrawContext, RenderTarget, GrContext order. |
SkAutoTUnref<GrContext> fContext; |
SkAutoTUnref<GrRenderTarget> fRenderTarget; |
- SkAutoTUnref<GrDrawContext> fDrawContext; |
+ sk_sp<GrDrawContext> fDrawContext; |
SkAutoTUnref<const SkClipStack> fClipStack; |
SkIPoint fClipOrigin; |