| Index: fpdfsdk/formfiller/cffl_textfield.cpp
|
| diff --git a/fpdfsdk/formfiller/cffl_textfield.cpp b/fpdfsdk/formfiller/cffl_textfield.cpp
|
| index ffb3785c3645906c7495e002a2765bcb7e2d13a9..8576e937691c8954339e320eb8860b10ce948986 100644
|
| --- a/fpdfsdk/formfiller/cffl_textfield.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_textfield.cpp
|
| @@ -6,13 +6,14 @@
|
|
|
| #include "fpdfsdk/formfiller/cffl_textfield.h"
|
|
|
| -#include "fpdfsdk/cpdfsdk_environment.h"
|
| +#include "fpdfsdk/cpdfsdk_formfillenvironment.h"
|
| #include "fpdfsdk/cpdfsdk_widget.h"
|
| #include "fpdfsdk/formfiller/cba_fontmap.h"
|
| #include "fpdfsdk/fsdk_common.h"
|
| #include "third_party/base/ptr_util.h"
|
|
|
| -CFFL_TextField::CFFL_TextField(CPDFSDK_Environment* pApp, CPDFSDK_Annot* pAnnot)
|
| +CFFL_TextField::CFFL_TextField(CPDFSDK_FormfillEnvironment* pApp,
|
| + CPDFSDK_Annot* pAnnot)
|
| : CFFL_FormFiller(pApp, pAnnot) {}
|
|
|
| CFFL_TextField::~CFFL_TextField() {
|
|
|