| Index: xfa/src/fxfa/src/app/xfa_fwltheme.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_fwltheme.h b/xfa/src/fxfa/src/app/xfa_fwltheme.h
|
| index eabde0481b4065d61b03ee27a1b85a8b31c132b5..ed0b681f2a9ccbd446e3d1e7a9b859f2710a73b7 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_fwltheme.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_fwltheme.h
|
| @@ -7,6 +7,21 @@
|
| #ifndef XFA_SRC_FXFA_SRC_APP_XFA_FWLTHEME_H_
|
| #define XFA_SRC_FXFA_SRC_APP_XFA_FWLTHEME_H_
|
|
|
| +#include "xfa/include/fwl/core/fwl_target.h"
|
| +#include "xfa/include/fwl/core/fwl_theme.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:
|
| CXFA_FWLTheme(CXFA_FFApp* pApp);
|
|
|