| Index: xfa/src/fwl/src/theme/carettp.cpp
|
| diff --git a/xfa/src/fwl/src/theme/carettp.cpp b/xfa/src/fwl/src/theme/carettp.cpp
|
| index e54f2559f026d804c255eef3af12b6d9eb810054..705d0e38809ce83c7f6116d693c7deee99c3e40e 100644
|
| --- a/xfa/src/fwl/src/theme/carettp.cpp
|
| +++ b/xfa/src/fwl/src/theme/carettp.cpp
|
| @@ -4,9 +4,15 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| +#include "xfa/include/fwl/theme/carettp.h"
|
| +
|
| +#include "xfa/include/fwl/basewidget/fwl_caret.h"
|
| +#include "xfa/include/fwl/core/fwl_widget.h"
|
| #include "xfa/src/foxitlib.h"
|
| +
|
| CFWL_CaretTP::CFWL_CaretTP() {}
|
| CFWL_CaretTP::~CFWL_CaretTP() {}
|
| +
|
| FX_BOOL CFWL_CaretTP::IsValidWidget(IFWL_Widget* pWidget) {
|
| if (!pWidget)
|
| return FALSE;
|
|
|