| Index: fpdfsdk/include/fxedit/fx_edit.h
|
| diff --git a/fpdfsdk/include/fxedit/fx_edit.h b/fpdfsdk/include/fxedit/fx_edit.h
|
| index d4788cdfb425ecd0ddd66eb764308d963d37fa52..a8f5bba8708210e8617b901a9e664f713e0450a8 100644
|
| --- a/fpdfsdk/include/fxedit/fx_edit.h
|
| +++ b/fpdfsdk/include/fxedit/fx_edit.h
|
| @@ -13,7 +13,7 @@
|
|
|
| class CFX_RenderDevice;
|
| class CPDF_Font;
|
| -class CPDF_Matrix;
|
| +class CFX_Matrix;
|
| class CPDF_PageObjects;
|
| class CPDF_Point;
|
| class CPDF_TextObject;
|
| @@ -435,7 +435,7 @@ class IFX_Edit {
|
| const CPDF_Point& ptOffset,
|
| const CPVT_WordRange* pRange = NULL);
|
| static void DrawEdit(CFX_RenderDevice* pDevice,
|
| - CPDF_Matrix* pUser2Device,
|
| + CFX_Matrix* pUser2Device,
|
| IFX_Edit* pEdit,
|
| FX_COLORREF crTextFill,
|
| FX_COLORREF crTextStroke,
|
| @@ -445,14 +445,14 @@ class IFX_Edit {
|
| IFX_SystemHandler* pSystemHandler,
|
| void* pFFLData);
|
| static void DrawUnderline(CFX_RenderDevice* pDevice,
|
| - CPDF_Matrix* pUser2Device,
|
| + CFX_Matrix* pUser2Device,
|
| IFX_Edit* pEdit,
|
| FX_COLORREF color,
|
| const CPDF_Rect& rcClip,
|
| const CPDF_Point& ptOffset,
|
| const CPVT_WordRange* pRange);
|
| static void DrawRichEdit(CFX_RenderDevice* pDevice,
|
| - CPDF_Matrix* pUser2Device,
|
| + CFX_Matrix* pUser2Device,
|
| IFX_Edit* pEdit,
|
| const CPDF_Rect& rcClip,
|
| const CPDF_Point& ptOffset,
|
|
|