From ffae30db4ade45b469ac3432ec373b6f6daee6e7 Mon Sep 17 00:00:00 2001 From: bungeman Date: Wed, 3 Aug 2016 13:32:32 -0700 Subject: Convert SkAutoTUnref to sk_sp. With the move from SkData::NewXXX to SkData::MakeXXX most SkAutoTUnref were changed to sk_sp. However, there are still a few SkAutoTUnref around, so clean them up. Review-Url: https://codereview.chromium.org/2212493002 --- tools/UrlDataManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/UrlDataManager.h') diff --git a/tools/UrlDataManager.h b/tools/UrlDataManager.h index b047edacbc..49646ca607 100644 --- a/tools/UrlDataManager.h +++ b/tools/UrlDataManager.h @@ -33,7 +33,7 @@ public: struct UrlData : public SkRefCnt { SkString fUrl; SkString fContentType; - SkAutoTUnref fData; + sk_sp fData; }; /* -- cgit v1.2.3