Index: bench/CodecBench.h |
diff --git a/bench/CodecBench.h b/bench/CodecBench.h |
index b465eae36a18ea131ed3ca13ff801758dd07e9e4..5b4db240049c29b44cea70bf6b9cd55ad565fbfd 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; |