Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: fuzz/Fuzz.h

Issue 2212493002: Convert SkAutoTUnref<SkData> to sk_sp<SkData>. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fuzz/FilterFuzz.cpp ('k') | gm/image.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzz/Fuzz.h
diff --git a/fuzz/Fuzz.h b/fuzz/Fuzz.h
index 79bf675f45ae15dde6121191ca53bb0694b9c941..16a7f98d4e3f01f33c9cf5da2d10caed6ee37854 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;
};
« no previous file with comments | « fuzz/FilterFuzz.cpp ('k') | gm/image.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698