Index: xfa/fwl/theme/cfwl_widgettp.cpp |
diff --git a/xfa/fwl/theme/cfwl_widgettp.cpp b/xfa/fwl/theme/cfwl_widgettp.cpp |
index 764c86e3141bffd4bf133a144d8054fe35669497..776285d6d58356a6a7d844e546235bdc8c18b931 100644 |
--- a/xfa/fwl/theme/cfwl_widgettp.cpp |
+++ b/xfa/fwl/theme/cfwl_widgettp.cpp |
@@ -35,7 +35,7 @@ const float kCYBorder = 1.0f; |
} // namespace |
static void FWL_SetChildThemeID(IFWL_Widget* pParent, uint32_t dwThemeID) { |
- IFWL_WidgetMgr* pWidgetMgr = FWL_GetWidgetMgr(); |
+ IFWL_WidgetMgr* pWidgetMgr = IFWL_WidgetMgr::GetInstance(); |
IFWL_Widget* pChild = |
pWidgetMgr->GetWidget(pParent, FWL_WGTRELATION_FirstChild); |
while (pChild) { |