aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkDeflate.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-03-28 07:58:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-28 07:58:30 -0700
commitb8fb9934a0707e8e5f9e725502974dc2d432a815 (patch)
tree22e7ed019133988da9adf37d539885ec96d65cad /src/pdf/SkDeflate.h
parente50f3e75392d7be8ae89df8f55b1700100c34ad7 (diff)
SkPDF s/SkAutoTDelete/std::unique_ptr/
Diffstat (limited to 'src/pdf/SkDeflate.h')
-rw-r--r--src/pdf/SkDeflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/SkDeflate.h b/src/pdf/SkDeflate.h
index 978b57edaf..d3ce5e945f 100644
--- a/src/pdf/SkDeflate.h
+++ b/src/pdf/SkDeflate.h
@@ -49,7 +49,7 @@ public:
private:
struct Impl;
- SkAutoTDelete<Impl> fImpl;
+ std::unique_ptr<Impl> fImpl;
};
#endif // SkFlate_DEFINED