diff options
Diffstat (limited to 'core/fxge/fx_font.h')
-rw-r--r-- | core/fxge/fx_font.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/core/fxge/fx_font.h b/core/fxge/fx_font.h index 880b6751e8..79957ef506 100644 --- a/core/fxge/fx_font.h +++ b/core/fxge/fx_font.h @@ -222,19 +222,11 @@ class CFX_FontFaceInfo { class CFX_GlyphBitmap { public: - CFX_GlyphBitmap(); - ~CFX_GlyphBitmap(); - int m_Top; int m_Left; - CFX_RetainPtr<CFX_DIBitmap> m_pBitmap; + CFX_DIBitmap m_Bitmap; }; -inline CFX_GlyphBitmap::CFX_GlyphBitmap() - : m_pBitmap(pdfium::MakeRetain<CFX_DIBitmap>()) {} - -inline CFX_GlyphBitmap::~CFX_GlyphBitmap() {} - class FXTEXT_GLYPHPOS { public: FXTEXT_GLYPHPOS(); |