| Index: xfa/src/fwl/src/theme/scrollbartp.cpp
|
| diff --git a/xfa/src/fwl/src/theme/scrollbartp.cpp b/xfa/src/fwl/src/theme/scrollbartp.cpp
|
| index a0457377b322cfe98175a3a552814d43fd73f255..b0965f555708d62447aae450456f1fe8def228a1 100644
|
| --- a/xfa/src/fwl/src/theme/scrollbartp.cpp
|
| +++ b/xfa/src/fwl/src/theme/scrollbartp.cpp
|
| @@ -4,8 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| +#include "xfa/include/fwl/theme/scrollbartp.h"
|
| +
|
| +#include "xfa/include/fwl/basewidget/fwl_scrollbar.h"
|
| +#include "xfa/include/fwl/core/fwl_widget.h"
|
| #include "xfa/src/foxitlib.h"
|
| +
|
| #define FWL_SCROLL_PawLen 12.5f
|
| +
|
| CFWL_ScrollBarTP::CFWL_ScrollBarTP() {
|
| m_pThemeData = new SBThemeData;
|
| SetThemeData(0);
|
|
|