Chromium Code Reviews| Index: xfa/fwl/theme/cfwl_monthcalendartp.cpp |
| diff --git a/xfa/fwl/theme/cfwl_monthcalendartp.cpp b/xfa/fwl/theme/cfwl_monthcalendartp.cpp |
| index fac318f69db4ca3bda1532e1ecf64b2af0196f05..638473a6ad8e1bf599e29eca20986dcde1a13fac 100644 |
| --- a/xfa/fwl/theme/cfwl_monthcalendartp.cpp |
| +++ b/xfa/fwl/theme/cfwl_monthcalendartp.cpp |
| @@ -59,7 +59,7 @@ CFWL_MonthCalendarTP::~CFWL_MonthCalendarTP() { |
| FX_BOOL CFWL_MonthCalendarTP::IsValidWidget(IFWL_Widget* pWidget) { |
| if (!pWidget) |
| return FALSE; |
| - return pWidget->GetClassID() == FWL_CLASSHASH_MonthCalendar; |
| + return pWidget->GetClassID() == FWL_Type::MonthCalendar; |
|
Tom Sepez
2016/05/05 16:56:48
"
dsinclair
2016/05/05 17:13:35
Done.
|
| } |
| uint32_t CFWL_MonthCalendarTP::SetThemeID(IFWL_Widget* pWidget, |
| uint32_t dwThemeID, |