Index: src/pdf/SkPDFUtils.h |
diff --git a/src/pdf/SkPDFUtils.h b/src/pdf/SkPDFUtils.h |
index 1bdbf785cc7ec70d9b6b47d1e376807db9009514..9542cc185444c3467169f0a649dbe9f89b93fd3e 100644 |
--- a/src/pdf/SkPDFUtils.h |
+++ b/src/pdf/SkPDFUtils.h |
@@ -35,6 +35,7 @@ class SkWStream; |
class SkPDFUtils { |
public: |
+ static SkPDFArray* RectToArray(const SkRect& rect); |
static SkPDFArray* MatrixToArray(const SkMatrix& matrix); |
static void AppendTransform(const SkMatrix& matrix, SkWStream* content); |