aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleApp.h
diff options
context:
space:
mode:
authorhalcanary <halcanary@google.com>2016-05-03 12:10:04 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-03 12:10:04 -0700
commit676ab68b04597c997e3152f31c08090c0d2ccbe4 (patch)
treeaa04e9083b1b788bdc63bb966bea03eb73637d71 /samplecode/SampleApp.h
parent68f7460fd18357a81a3d4243f1a798f0d64b621e (diff)
documentation: SkDocument::MakePDF()
also, update some tools. DOCS_PREVIEW= https://skia.org/user/sample/pdf?cl=1936283003 DOCS_PREVIEW= https://skia.org/user/api/canvas?cl=1936283003 Review-Url: https://codereview.chromium.org/1936283003
Diffstat (limited to 'samplecode/SampleApp.h')
-rw-r--r--samplecode/SampleApp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h
index c56bcd4488..18e75640d7 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;