Index: xfa/fwl/theme/cfwl_pushbuttontp.cpp |
diff --git a/xfa/fwl/theme/cfwl_pushbuttontp.cpp b/xfa/fwl/theme/cfwl_pushbuttontp.cpp |
index 780c5803695dd0ccd1c739689e1d6e68f0f27f6a..1cefcdf2aa0e6432c5e2668bac23d577220e556d 100644 |
--- a/xfa/fwl/theme/cfwl_pushbuttontp.cpp |
+++ b/xfa/fwl/theme/cfwl_pushbuttontp.cpp |
@@ -24,7 +24,7 @@ CFWL_PushButtonTP::~CFWL_PushButtonTP() { |
} |
FX_BOOL CFWL_PushButtonTP::IsValidWidget(IFWL_Widget* pWidget) { |
- return pWidget->GetClassID() == FWL_CLASSHASH_PushButton; |
+ return pWidget->GetClassID() == FWL_Type::PushButton; |
} |
uint32_t CFWL_PushButtonTP::SetThemeID(IFWL_Widget* pWidget, |
uint32_t dwThemeID, |