| Index: xfa/fxfa/app/xfa_fwltheme.h
|
| diff --git a/xfa/fxfa/app/xfa_fwltheme.h b/xfa/fxfa/app/xfa_fwltheme.h
|
| index 0266b8c24de198267c28a16f55ac7593252b6ddb..33ceb477cf9e37c64af727835c733843a5b5fb74 100644
|
| --- a/xfa/fxfa/app/xfa_fwltheme.h
|
| +++ b/xfa/fxfa/app/xfa_fwltheme.h
|
| @@ -9,19 +9,19 @@
|
|
|
| #include "xfa/fwl/core/ifwl_target.h"
|
| #include "xfa/fwl/core/ifwl_themeprovider.h"
|
| +#include "xfa/fwl/theme/cfwl_barcodetp.h"
|
| +#include "xfa/fwl/theme/cfwl_carettp.h"
|
| +#include "xfa/fwl/theme/cfwl_checkboxtp.h"
|
| +#include "xfa/fwl/theme/cfwl_comboboxtp.h"
|
| +#include "xfa/fwl/theme/cfwl_datetimepickertp.h"
|
| +#include "xfa/fwl/theme/cfwl_edittp.h"
|
| +#include "xfa/fwl/theme/cfwl_listboxtp.h"
|
| +#include "xfa/fwl/theme/cfwl_monthcalendartp.h"
|
| +#include "xfa/fwl/theme/cfwl_pictureboxtp.h"
|
| +#include "xfa/fwl/theme/cfwl_pushbuttontp.h"
|
| +#include "xfa/fwl/theme/cfwl_scrollbartp.h"
|
| +#include "xfa/fwl/theme/cfwl_widgettp.h"
|
| #include "xfa/fxfa/app/xfa_ffapp.h"
|
| -#include "xfa/include/fwl/theme/barcodetp.h"
|
| -#include "xfa/include/fwl/theme/carettp.h"
|
| -#include "xfa/include/fwl/theme/checkboxtp.h"
|
| -#include "xfa/include/fwl/theme/comboboxtp.h"
|
| -#include "xfa/include/fwl/theme/datetimepickertp.h"
|
| -#include "xfa/include/fwl/theme/edittp.h"
|
| -#include "xfa/include/fwl/theme/listboxtp.h"
|
| -#include "xfa/include/fwl/theme/monthcalendartp.h"
|
| -#include "xfa/include/fwl/theme/pictureboxtp.h"
|
| -#include "xfa/include/fwl/theme/pushbuttontp.h"
|
| -#include "xfa/include/fwl/theme/scrollbartp.h"
|
| -#include "xfa/include/fwl/theme/widgettp.h"
|
|
|
| class CXFA_FWLTheme : public IFWL_ThemeProvider {
|
| public:
|
|
|