| Index: xfa/fwl/theme/cfwl_monthcalendartp.cpp
|
| diff --git a/xfa/fwl/theme/cfwl_monthcalendartp.cpp b/xfa/fwl/theme/cfwl_monthcalendartp.cpp
|
| index c0f29b66657d8fdbefb0bc40631de066d6af13d1..d090e70c9d22f07f65b600fde0f1f74c05aabe6d 100644
|
| --- a/xfa/fwl/theme/cfwl_monthcalendartp.cpp
|
| +++ b/xfa/fwl/theme/cfwl_monthcalendartp.cpp
|
| @@ -10,8 +10,8 @@
|
| #include "xfa/fwl/core/cfwl_monthcalendar.h"
|
| #include "xfa/fwl/core/cfwl_themebackground.h"
|
| #include "xfa/fwl/core/cfwl_themetext.h"
|
| +#include "xfa/fwl/core/cfwl_widget.h"
|
| #include "xfa/fwl/core/ifwl_themeprovider.h"
|
| -#include "xfa/fwl/core/ifwl_widget.h"
|
| #include "xfa/fxgraphics/cfx_color.h"
|
| #include "xfa/fxgraphics/cfx_path.h"
|
|
|
| @@ -55,7 +55,7 @@ CFWL_MonthCalendarTP::CFWL_MonthCalendarTP() : m_pThemeData(new MCThemeData) {
|
|
|
| CFWL_MonthCalendarTP::~CFWL_MonthCalendarTP() {}
|
|
|
| -bool CFWL_MonthCalendarTP::IsValidWidget(IFWL_Widget* pWidget) {
|
| +bool CFWL_MonthCalendarTP::IsValidWidget(CFWL_Widget* pWidget) {
|
| return pWidget && pWidget->GetClassID() == FWL_Type::MonthCalendar;
|
| }
|
|
|
|
|