| Index: src/pdf/SkPDFDocument.h
|
| diff --git a/src/pdf/SkPDFDocument.h b/src/pdf/SkPDFDocument.h
|
| index 0528d76e1aa5aad50002c297c32b07fbe6d13144..c036981a27c01d89bafeadd3b979cccb48feaf7e 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 fGlyphUsage;
|
| + SkTArray<sk_sp<SkPDFDict>> fPages;
|
| + sk_sp<SkPDFDict> fDests;
|
| + sk_sp<SkPDFDevice> fPageDevice;
|
| sk_sp<SkCanvas> fCanvas;
|
| SkScalar fRasterDpi;
|
| SkPDFMetadata fMetadata;
|
|
|