diff options
Diffstat (limited to 'src/pdf/SkPDFPage.h')
-rw-r--r-- | src/pdf/SkPDFPage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdf/SkPDFPage.h b/src/pdf/SkPDFPage.h index 8ef909e573..72ba335e66 100644 --- a/src/pdf/SkPDFPage.h +++ b/src/pdf/SkPDFPage.h @@ -91,10 +91,10 @@ public: private: // Multiple pages may reference the content. - SkRefPtr<SkPDFDevice> fDevice; + SkAutoTUnref<SkPDFDevice> fDevice; // Once the content is finalized, put it into a stream for output. - SkRefPtr<SkPDFStream> fContentStream; + SkAutoTUnref<SkPDFStream> fContentStream; }; #endif |