| Index: core/fxge/agg/fx_agg_driver.h
|
| diff --git a/core/fxge/agg/fx_agg_driver.h b/core/fxge/agg/fx_agg_driver.h
|
| index 47ae470cc145482c37961050dc58b0fcbf34917e..db6807cb3d7cf02133b5dc14bda3a701de667ec6 100644
|
| --- a/core/fxge/agg/fx_agg_driver.h
|
| +++ b/core/fxge/agg/fx_agg_driver.h
|
| @@ -16,6 +16,7 @@
|
| #include "third_party/agg23/agg_rasterizer_scanline_aa.h"
|
|
|
| class CFX_ClipRgn;
|
| +class CFX_FontCache;
|
| class CFX_GraphStateData;
|
| class CFX_Matrix;
|
| class CFX_PathData;
|
| @@ -92,6 +93,7 @@
|
| FX_BOOL DrawDeviceText(int nChars,
|
| const FXTEXT_CHARPOS* pCharPos,
|
| CFX_Font* pFont,
|
| + CFX_FontCache* pCache,
|
| const CFX_Matrix* pObject2Device,
|
| FX_FLOAT font_size,
|
| uint32_t color) override;
|
|
|