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 --- bench/CodecBench.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/CodecBench.h') diff --git a/bench/CodecBench.h b/bench/CodecBench.h index b465eae36a..5b4db24004 100644 --- a/bench/CodecBench.h +++ b/bench/CodecBench.h @@ -32,7 +32,7 @@ private: SkString fName; const SkColorType fColorType; const SkAlphaType fAlphaType; - SkAutoTUnref fData; + sk_sp fData; SkImageInfo fInfo; // Set in onDelayedSetup. SkAutoMalloc fPixelStorage; typedef Benchmark INHERITED; -- cgit v1.2.3