Index: src/pdf/SkPDFUtils.h |
diff --git a/src/pdf/SkPDFUtils.h b/src/pdf/SkPDFUtils.h |
index b30821dcd926025062ad3a8c08d1df575a6e1330..38f300aacf356620fb83ce4608c4f07f24b7dd1b 100644 |
--- a/src/pdf/SkPDFUtils.h |
+++ b/src/pdf/SkPDFUtils.h |
@@ -54,6 +54,8 @@ public: |
static void DrawFormXObject(int objectIndex, SkWStream* content); |
static void ApplyGraphicState(int objectIndex, SkWStream* content); |
static void ApplyPattern(int objectIndex, SkWStream* content); |
+ static void AppendScalar(SkScalar value, SkWStream* stream); |
+ static SkString FormatString(const char* input, size_t len); |
}; |
#endif |