Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: src/pdf/SkPDFFont.h

Issue 1790023003: SkPDF: add drop() virtual to release resources early. (Closed) Base URL: https://skia.googlesource.com/skia.git@skpdf-global
Patch Set: Record move fns Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698