Index: fpdfsdk/fxedit/fxet_pageobjs.cpp |
diff --git a/fpdfsdk/fxedit/fxet_pageobjs.cpp b/fpdfsdk/fxedit/fxet_pageobjs.cpp |
index b3f4ad60c659b63cb44695808ccbb71ea0c06e11..b28cf84efd2856c4ff72503d21b74672d6e86334 100644 |
--- a/fpdfsdk/fxedit/fxet_pageobjs.cpp |
+++ b/fpdfsdk/fxedit/fxet_pageobjs.cpp |
@@ -13,9 +13,9 @@ |
#include "core/fpdfdoc/include/cpvt_word.h" |
#include "core/fpdfdoc/include/ipvt_fontmap.h" |
#include "core/fxge/include/fx_ge.h" |
+#include "fpdfsdk/cfx_systemhandler.h" |
#include "fpdfsdk/fxedit/include/fx_edit.h" |
#include "fpdfsdk/fxedit/include/fxet_edit.h" |
-#include "fpdfsdk/include/fx_systemhandler.h" |
#define FX_EDIT_UNDERLINEHALFWIDTH 0.5f |
#define FX_EDIT_CROSSOUTHALFWIDTH 0.5f |
@@ -151,7 +151,7 @@ void IFX_Edit::DrawEdit(CFX_RenderDevice* pDevice, |
const CFX_FloatRect& rcClip, |
const CFX_FloatPoint& ptOffset, |
const CPVT_WordRange* pRange, |
- IFX_SystemHandler* pSystemHandler, |
+ CFX_SystemHandler* pSystemHandler, |
void* pFFLData) { |
const bool bContinuous = |
pEdit->GetCharArray() == 0 && pEdit->GetCharSpace() <= 0.0f; |