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. |