Chromium Code Reviews| Index: src/pdf/SkPDFCanon.h |
| diff --git a/src/pdf/SkPDFCanon.h b/src/pdf/SkPDFCanon.h |
| index a55024d611e7aa4ae69102360e4f6d2a6feac8c6..988b2855e11404b0242e924cf809c05815d8af60 100644 |
| --- a/src/pdf/SkPDFCanon.h |
| +++ b/src/pdf/SkPDFCanon.h |
| @@ -78,6 +78,8 @@ public: |
| void addPDFBitmap(uint32_t imageUniqueID, SkPDFObject*); |
| const SkImage* bitmapToImage(const SkBitmap&); |
| + SkTHashMap<uint32_t, bool> fCanEmbedTypeface; |
| + |
| private: |
| struct FontRec { |
| SkPDFFont* fFont; |