Index: src/pdf/SkPDFFont.h |
diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h |
index 16c5a76971648b167fa967dbe47ddc64e7b3ec50..4a01c41e76c5ad38e8843c7590ff4a3a41064007 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 drop() override; |
+ |
private: |
sk_sp<SkTypeface> fTypeface; |