aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ktx/ktx.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ktx/ktx.h')
-rw-r--r--third_party/ktx/ktx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/ktx/ktx.h b/third_party/ktx/ktx.h
index 6ff8a8bd37..f06613d71b 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.