Index: src/pdf/SkPDFResourceDict.h |
diff --git a/src/pdf/SkPDFResourceDict.h b/src/pdf/SkPDFResourceDict.h |
index 53932eea91b8d6f200979e3957851a4bb1d9710a..a9618b24235a46033f09c32684d8896057049555 100644 |
--- a/src/pdf/SkPDFResourceDict.h |
+++ b/src/pdf/SkPDFResourceDict.h |
@@ -32,6 +32,8 @@ public: |
kResourceTypeCount |
}; |
+ static char GetResourceTypePrefix(SkPDFResourceDict::SkPDFResourceType type); |
+ |
/** Create a PDF resource dictionary. |
* The full set of ProcSet entries is automatically created for backwards |
* compatibility, as recommended by the PDF spec. |