Index: samplecode/SampleApp.h |
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h |
index c56bcd44888df570f652b873d36584b3bdf5c2b4..18e75640d77de95390c6c5adfbdd73f0382a3822 100644 |
--- a/samplecode/SampleApp.h |
+++ b/samplecode/SampleApp.h |
@@ -181,7 +181,7 @@ private: |
bool fSaveToPdf; |
bool fSaveToSKP; |
- SkAutoTUnref<SkDocument> fPDFDocument; |
+ sk_sp<SkDocument> fPDFDocument; |
bool fUseClip; |
bool fUsePicture; |