aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/CodecBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/CodecBench.h')
-rw-r--r--bench/CodecBench.h2
1 files changed, 1 insertions, 1 deletions
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<SkData> fData;
+ sk_sp<SkData> fData;
SkImageInfo fInfo; // Set in onDelayedSetup.
SkAutoMalloc fPixelStorage;
typedef Benchmark INHERITED;