aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pdf/SkPDFDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pdf/SkPDFDevice.h')
-rw-r--r--include/pdf/SkPDFDevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
index 5421299226..fb74c63a1b 100644
--- a/include/pdf/SkPDFDevice.h
+++ b/include/pdf/SkPDFDevice.h
@@ -110,8 +110,9 @@ public:
SkRefPtr<SkPDFArray> getMediaBox();
/** Returns a string with the page contents.
+ * @param flipOrigin Flip the origin between top and bottom.
*/
- SkString content();
+ SkString content(bool flipOrigin) const;
private:
int fWidth;