| Index: xfa/fwl/core/ifwl_widgetmgrdelegate.h
|
| diff --git a/xfa/fwl/core/ifwl_widgetmgrdelegate.h b/xfa/fwl/core/ifwl_widgetmgrdelegate.h
|
| index 620495722ab7e934de7aa08db77085aa8632b38d..2435c0bc23e6c1bcd6adb80863ff56fc1710eb39 100644
|
| --- a/xfa/fwl/core/ifwl_widgetmgrdelegate.h
|
| +++ b/xfa/fwl/core/ifwl_widgetmgrdelegate.h
|
| @@ -23,7 +23,7 @@ class IFWL_WidgetMgrDelegate {
|
| virtual ~IFWL_WidgetMgrDelegate() {}
|
|
|
| virtual FWL_ERR OnSetCapability(
|
| - FX_DWORD dwCapability = FWL_WGTMGR_DisableThread) = 0;
|
| + uint32_t dwCapability = FWL_WGTMGR_DisableThread) = 0;
|
| virtual int32_t OnProcessMessageToForm(CFWL_Message* pMessage) = 0;
|
| virtual FWL_ERR OnDrawWidget(IFWL_Widget* pWidget,
|
| CFX_Graphics* pGraphics,
|
|
|