| Index: xfa/src/fwl/src/theme/comboboxtp.cpp
|
| diff --git a/xfa/src/fwl/src/theme/comboboxtp.cpp b/xfa/src/fwl/src/theme/comboboxtp.cpp
|
| index b18e812b9d51e190e775023db03158850a32cecc..e2de30db4d51f3029032a3c713845d3aa97f3312 100644
|
| --- a/xfa/src/fwl/src/theme/comboboxtp.cpp
|
| +++ b/xfa/src/fwl/src/theme/comboboxtp.cpp
|
| @@ -4,8 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| +#include "xfa/include/fwl/theme/comboboxtp.h"
|
| +
|
| +#include "xfa/include/fwl/basewidget/fwl_combobox.h"
|
| +#include "xfa/include/fwl/core/fwl_widget.h"
|
| #include "xfa/src/foxitlib.h"
|
| +
|
| #define FWLTHEME_CAPACITY_ComboFormHandler 8.0f
|
| +
|
| CFWL_ComboBoxTP::CFWL_ComboBoxTP() {
|
| m_dwThemeID = 0;
|
| }
|
|
|