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

Unified Diff: third_party/ktx/ktx.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 | « tests/StreamTest.cpp ('k') | tools/UrlDataManager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ktx/ktx.h
diff --git a/third_party/ktx/ktx.h b/third_party/ktx/ktx.h
index 6ff8a8bd37a47342ab4e3ddc497a5dcd5a8efa96..f06613d71b232e6ed51f813528be37c400b82a99 100644
--- a/third_party/ktx/ktx.h
+++ b/third_party/ktx/ktx.h
@@ -69,7 +69,7 @@ public:
private:
// The blob holding the file data.
- SkAutoTUnref<SkData> fData;
+ sk_sp<SkData> fData;
// This header captures all of the data that describes the format
// of the image data in a KTX file.
« no previous file with comments | « tests/StreamTest.cpp ('k') | tools/UrlDataManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698