aboutsummaryrefslogtreecommitdiffhomepage
path: root/fuzz/Fuzz.h
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/Fuzz.h')
-rw-r--r--fuzz/Fuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Fuzz.h b/fuzz/Fuzz.h
index 79bf675f45..16a7f98d4e 100644
--- a/fuzz/Fuzz.h
+++ b/fuzz/Fuzz.h
@@ -47,7 +47,7 @@ private:
template <typename T>
T nextT();
- SkAutoTUnref<SkData> fBytes;
+ sk_sp<SkData> fBytes;
int fNextByte;
};