Index: src/pdf/SkPDFDocument.h |
diff --git a/src/pdf/SkPDFDocument.h b/src/pdf/SkPDFDocument.h |
index 0528d76e1aa5aad50002c297c32b07fbe6d13144..21b923384decceef98ad96b9bebf784b00ad9d89 100644 |
--- a/src/pdf/SkPDFDocument.h |
+++ b/src/pdf/SkPDFDocument.h |
@@ -9,7 +9,7 @@ |
#include "SkDocument.h" |
#include "SkPDFMetadata.h" |
-#include "SkPDFTypes.h" |
+#include "SkPDFFont.h" |
class SkPDFDevice; |
@@ -72,7 +72,10 @@ public: |
private: |
SkPDFObjectSerializer fObjectSerializer; |
SkPDFCanon fCanon; |
- SkTArray<sk_sp<const SkPDFDevice>> fPageDevices; |
+ SkPDFGlyphSetMap fGlyphUseage; |
tomhudson
2016/03/22 14:56:17
sp: fGlyphUsage, not useage
hal.canary
2016/03/22 21:17:43
Done.
Why can't I spell?
|
+ SkTArray<sk_sp<SkPDFDict>> fPages; |
+ sk_sp<SkPDFDict> fDests; |
+ sk_sp<SkPDFDevice> fPageDevice; |
sk_sp<SkCanvas> fCanvas; |
SkScalar fRasterDpi; |
SkPDFMetadata fMetadata; |