| Index: xfa/fwl/core/cfwl_widgetproperties.cpp
|
| diff --git a/xfa/fwl/lightwidget/cfwl_widgetproperties.cpp b/xfa/fwl/core/cfwl_widgetproperties.cpp
|
| similarity index 91%
|
| rename from xfa/fwl/lightwidget/cfwl_widgetproperties.cpp
|
| rename to xfa/fwl/core/cfwl_widgetproperties.cpp
|
| index 31e1dda68779f50c33d45e942586b8839a82b525..fae1ff605ab246600b6cecd1ab90de636c7a412e 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_widgetproperties.cpp
|
| +++ b/xfa/fwl/core/cfwl_widgetproperties.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/fwl/lightwidget/cfwl_widgetproperties.h"
|
| +#include "xfa/fwl/core/cfwl_widgetproperties.h"
|
|
|
| -#include "xfa/fwl/lightwidget/cfwl_widget.h"
|
| +#include "xfa/fwl/core/cfwl_widget.h"
|
|
|
| CFWL_WidgetProperties::CFWL_WidgetProperties()
|
| : m_dwStyles(FWL_WGTSTYLE_Child),
|
|
|