| Index: core/fpdfapi/fpdf_font/cpdf_simplefont.h
|
| diff --git a/core/fpdfapi/fpdf_font/cpdf_simplefont.h b/core/fpdfapi/fpdf_font/cpdf_simplefont.h
|
| index 47067687a34ac1d56a56c8b1cb85746a73502037..f286c1a22883e105277c18c8550b194cf9fda37a 100644
|
| --- a/core/fpdfapi/fpdf_font/cpdf_simplefont.h
|
| +++ b/core/fpdfapi/fpdf_font/cpdf_simplefont.h
|
| @@ -20,8 +20,8 @@ class CPDF_SimpleFont : public CPDF_Font {
|
| ~CPDF_SimpleFont() override;
|
|
|
| // CPDF_Font
|
| - int GetCharWidthF(uint32_t charcode, int level = 0) override;
|
| - FX_RECT GetCharBBox(uint32_t charcode, int level = 0) override;
|
| + int GetCharWidthF(uint32_t charcode) override;
|
| + FX_RECT GetCharBBox(uint32_t charcode) override;
|
| int GlyphFromCharCode(uint32_t charcode, bool* pVertGlyph) override;
|
| bool IsUnicodeCompatible() const override;
|
| CFX_WideString UnicodeFromCharCode(uint32_t charcode) const override;
|
|
|