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 db6807cb3d7cf02133b5dc14bda3a701de667ec6..47ae470cc145482c37961050dc58b0fcbf34917e 100644 |
--- a/core/fxge/agg/fx_agg_driver.h |
+++ b/core/fxge/agg/fx_agg_driver.h |
@@ -16,7 +16,6 @@ |
#include "third_party/agg23/agg_rasterizer_scanline_aa.h" |
class CFX_ClipRgn; |
-class CFX_FontCache; |
class CFX_GraphStateData; |
class CFX_Matrix; |
class CFX_PathData; |
@@ -93,7 +92,6 @@ class CFX_AggDeviceDriver : public IFX_RenderDeviceDriver { |
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; |