aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
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.
*/