Index: xfa/fwl/theme/cfwl_carettp.cpp |
diff --git a/xfa/fwl/theme/cfwl_carettp.cpp b/xfa/fwl/theme/cfwl_carettp.cpp |
index 39ba20bad77b8c4e59c25fe23623cb51480b3454..4703125ed385758b5f68642d82a4b99aa03b155a 100644 |
--- a/xfa/fwl/theme/cfwl_carettp.cpp |
+++ b/xfa/fwl/theme/cfwl_carettp.cpp |
@@ -18,7 +18,7 @@ CFWL_CaretTP::~CFWL_CaretTP() {} |
FX_BOOL CFWL_CaretTP::IsValidWidget(IFWL_Widget* pWidget) { |
if (!pWidget) |
return FALSE; |
- return pWidget->GetClassID() == FWL_CLASSHASH_Caret; |
+ return pWidget->GetClassID() == FWL_Type::Caret; |
Tom Sepez
2016/05/05 16:56:47
nitto
dsinclair
2016/05/05 17:13:34
Done.
|
} |
FX_BOOL CFWL_CaretTP::DrawBackground(CFWL_ThemeBackground* pParams) { |
if (!pParams) |