aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/SkPDFFont.h')
-rw-r--r--src/pdf/SkPDFFont.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h
index 6ff4c7b15e..c286fa481a 100644
--- a/src/pdf/SkPDFFont.h
+++ b/src/pdf/SkPDFFont.h
@@ -150,11 +150,8 @@ public:
uint16_t searchGlyphID);
protected:
- SkPDFCanon* const fCanon;
-
// Common constructor to handle common members.
- SkPDFFont(SkPDFCanon* canon,
- const SkAdvancedTypefaceMetrics* fontInfo,
+ SkPDFFont(const SkAdvancedTypefaceMetrics* fontInfo,
SkTypeface* typeface,
SkPDFDict* relatedFontDescriptor);