Chromium Code Reviews| Index: src/pdf/SkPDFFont.cpp |
| diff --git a/src/pdf/SkPDFFont.cpp b/src/pdf/SkPDFFont.cpp |
| index 89c7951f6356b0671afec5b102f67b4521ba500d..d036b80448de50fc1c44d0853c0d1b6b7d7cad9b 100644 |
| --- a/src/pdf/SkPDFFont.cpp |
| +++ b/src/pdf/SkPDFFont.cpp |
| @@ -727,5 +727,6 @@ bool SkPDFFont::CanEmbedTypeface(SkTypeface* typeface, SkPDFCanon* canon) { |
| void SkPDFFont::drop() { |
|
bungeman-skia
2016/09/19 17:07:07
Now I'm wierded out about this 'drop' method which
|
| fTypeface = nullptr; |
| + fGlyphUsage.reset(); |
|
bungeman-skia
2016/09/19 17:07:07
If this guy is really gone maybe just destruct?
|
| this->SkPDFDict::drop(); |
| } |