Index: src/pdf/SkPDFDocument.h |
diff --git a/src/pdf/SkPDFDocument.h b/src/pdf/SkPDFDocument.h |
index ec4ffd7122f0c9e35a918d04b00401ca60a10fa5..86562fe42ee1c03dfc1ef0e8b31fc57b1abbe47a 100644 |
--- a/src/pdf/SkPDFDocument.h |
+++ b/src/pdf/SkPDFDocument.h |
@@ -75,6 +75,7 @@ public: |
*/ |
void serialize(const sk_sp<SkPDFObject>&); |
SkPDFCanon* canon() { return &fCanon; } |
+ SkPDFGlyphSetMap* getGlyphUsage() { return &fGlyphUsage; } |
private: |
SkPDFObjectSerializer fObjectSerializer; |