Chromium Code Reviews| Index: src/pdf/SkPDFFont.h |
| diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h |
| index 65320d8365194a5805cc4db9f6b4fae1a1622b2c..36b93ecc352ad6e0668a3568fb0a029b19cb3f27 100644 |
| --- a/src/pdf/SkPDFFont.h |
| +++ b/src/pdf/SkPDFFont.h |
| @@ -26,6 +26,7 @@ public: |
| void set(const uint16_t* glyphIDs, int numGlyphs); |
| bool has(uint16_t glyphID) const; |
| void exportTo(SkTDArray<uint32_t>* glyphIDs) const; |
| + const SkBitSet& bitSet() const { return fBitSet; } |
| private: |
| SkBitSet fBitSet; |