| Index: core/fpdfapi/font/cpdf_type3char.h
|
| diff --git a/core/fpdfapi/font/cpdf_type3char.h b/core/fpdfapi/font/cpdf_type3char.h
|
| index ebb5ed440c3e840afced96c1b7c682f65dc23a83..549f49e3da3dd213d453c31d0b8ae993b394d4a4 100644
|
| --- a/core/fpdfapi/font/cpdf_type3char.h
|
| +++ b/core/fpdfapi/font/cpdf_type3char.h
|
| @@ -22,11 +22,11 @@ class CPDF_Type3Char {
|
| explicit CPDF_Type3Char(CPDF_Form* pForm);
|
| ~CPDF_Type3Char();
|
|
|
| - FX_BOOL LoadBitmap(CPDF_RenderContext* pContext);
|
| + bool LoadBitmap(CPDF_RenderContext* pContext);
|
|
|
| std::unique_ptr<CPDF_Form> m_pForm;
|
| std::unique_ptr<CFX_DIBitmap> m_pBitmap;
|
| - FX_BOOL m_bColored;
|
| + bool m_bColored;
|
| int m_Width;
|
| CFX_Matrix m_ImageMatrix;
|
| FX_RECT m_BBox;
|
|
|