aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFDocument.h
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-01-08 15:02:36 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-08 20:53:41 +0000
commitc5980d0aa3e97f07a4f5bc413a2c5bc5ed3bc973 (patch)
tree3c1d2ef9ef742095502fdf55538db2f3497bf95a /src/pdf/SkPDFDocument.h
parent274218ef0173ff6046f2258c703c1c83ea37c02f (diff)
SkDocument: remove unused fDoneProc
Change-Id: I9a0739992e90a0a6d44a75b0b570097553343f1d Reviewed-on: https://skia-review.googlesource.com/92141 Commit-Queue: Hal Canary <halcanary@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'src/pdf/SkPDFDocument.h')
-rw-r--r--src/pdf/SkPDFDocument.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pdf/SkPDFDocument.h b/src/pdf/SkPDFDocument.h
index a13670a080..ed92554bdf 100644
--- a/src/pdf/SkPDFDocument.h
+++ b/src/pdf/SkPDFDocument.h
@@ -25,7 +25,6 @@ class SkPDFDevice;
* SK_ScalarDefaultRasterDPI(72.0f).
*/
sk_sp<SkDocument> SkPDFMakeDocument(SkWStream* stream,
- void (*doneProc)(SkWStream*, bool),
const SkDocument::PDFMetadata&);
// Logically part of SkPDFDocument (like SkPDFCanon), but separate to
@@ -52,7 +51,6 @@ struct SkPDFObjectSerializer : SkNoncopyable {
class SkPDFDocument : public SkDocument {
public:
SkPDFDocument(SkWStream*,
- void (*)(SkWStream*, bool),
const SkDocument::PDFMetadata&);
~SkPDFDocument() override;
SkCanvas* onBeginPage(SkScalar, SkScalar) override;