| Index: src/pdf/SkPDFFont.h
|
| diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h
|
| index c2e34e44e44ab2af6eacd141bf96ab3b539b2b31..53f7e5ae093009f49b7b13d1b70ca84f046f3fd9 100644
|
| --- a/src/pdf/SkPDFFont.h
|
| +++ b/src/pdf/SkPDFFont.h
|
| @@ -173,9 +173,6 @@ protected:
|
| SkPDFDict* getFontDescriptor();
|
| void setFontDescriptor(SkPDFDict* descriptor);
|
|
|
| - // Add common entries to FontDescriptor.
|
| - bool addCommonFontDescriptorEntries(int16_t defaultWidth);
|
| -
|
| /** Set fFirstGlyphID and fLastGlyphID to span at most 255 glyphs,
|
| * including the passed glyphID.
|
| */
|
|
|