Chromium Code Reviews| Index: src/pdf/SkPDFFont.h |
| diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h |
| index 16c5a76971648b167fa967dbe47ddc64e7b3ec50..9b8ba87f94bfeb21301411b071f11fe97e186c79 100644 |
| --- a/src/pdf/SkPDFFont.h |
| +++ b/src/pdf/SkPDFFont.h |
| @@ -193,6 +193,8 @@ protected: |
| static bool Find(uint32_t fontID, uint16_t glyphID, int* index); |
| + void dump() override; |
| + |
| private: |
| sk_sp<SkTypeface> fTypeface; |