aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFCanon.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-03-07 14:57:50 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-07 14:57:50 -0800
commit48810a023705ffac466adb93efdb3861cf2e197a (patch)
tree265df5a79df70d3651c05f1997a9fe843eb97b33 /src/pdf/SkPDFCanon.h
parent28f45b949acc746849100fbe112ee5280f0594c9 (diff)
SkPDF: s/SkAutoTUnref/sk_sp/g
Diffstat (limited to 'src/pdf/SkPDFCanon.h')
-rw-r--r--src/pdf/SkPDFCanon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/SkPDFCanon.h b/src/pdf/SkPDFCanon.h
index 4c92fcbf6f..80b1f83e8a 100644
--- a/src/pdf/SkPDFCanon.h
+++ b/src/pdf/SkPDFCanon.h
@@ -118,6 +118,6 @@ private:
SkTHashMap<SkBitmapKey, const SkImage*> fBitmapToImageMap;
SkTHashMap<uint32_t /*ImageUniqueID*/, SkPDFObject*> fPDFBitmapMap;
- SkAutoTUnref<SkPixelSerializer> fPixelSerializer;
+ sk_sp<SkPixelSerializer> fPixelSerializer;
};
#endif // SkPDFCanon_DEFINED