Index: include/gpu/GrClipData.h |
diff --git a/include/gpu/GrClipData.h b/include/gpu/GrClipData.h |
index 12a23b334897629877f4b790f002fa0531f1ce64..bb7101d8a6efa6c8e0c02f4fc443f6d4dbe86a6c 100644 |
--- a/include/gpu/GrClipData.h |
+++ b/include/gpu/GrClipData.h |
@@ -22,8 +22,8 @@ struct SkIRect; |
*/ |
class GrClipData : SkNoncopyable { |
public: |
- const SkClipStack* fClipStack; |
- SkIPoint fOrigin; |
+ SkAutoTUnref<const SkClipStack> fClipStack; |
+ SkIPoint fOrigin; |
GrClipData() |
: fClipStack(NULL) { |