aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-12-13 20:36:46 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-14 15:37:23 +0000
commitaf978a3428032b5c4b50ec7275d2158c31672662 (patch)
tree6b7cc98c97c31ce5da96e3dc7f03b25bada55dbc /include
parenta119425941bc392d87e41759798c512013944856 (diff)
pre-api change, preparing for expanding metadata
Bug: skia: Change-Id: I367c728172f24166fb7f06a6e22fe37adb8adc4f Reviewed-on: https://skia-review.googlesource.com/84880 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkDocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkDocument.h b/include/core/SkDocument.h
index ac08224b46..a868f1e699 100644
--- a/include/core/SkDocument.h
+++ b/include/core/SkDocument.h
@@ -139,6 +139,8 @@ public:
nullptr, false);
}
+ static sk_sp<SkDocument> MakePDF(SkWStream* stream, const PDFMetadata& metadata);
+
/**
* Create a PDF-backed document, writing the results into a file.
*/