| Index: xfa/fwl/core/ifwl_themeprovider.h
|
| diff --git a/xfa/fwl/core/ifwl_themeprovider.h b/xfa/fwl/core/ifwl_themeprovider.h
|
| index 66e7e0c4fd4573b7b33026dd89c304edf16f8969..274b27958abd93b4c240222ef73ceefe09054872 100644
|
| --- a/xfa/fwl/core/ifwl_themeprovider.h
|
| +++ b/xfa/fwl/core/ifwl_themeprovider.h
|
| @@ -20,7 +20,7 @@ class IFWL_Widget;
|
| class IFWL_ThemeProvider {
|
| public:
|
| virtual ~IFWL_ThemeProvider() {}
|
| - virtual FX_BOOL IsValidWidget(IFWL_Widget* pWidget) = 0;
|
| + virtual bool IsValidWidget(IFWL_Widget* pWidget) = 0;
|
| virtual uint32_t GetThemeID(IFWL_Widget* pWidget) = 0;
|
| virtual uint32_t SetThemeID(IFWL_Widget* pWidget,
|
| uint32_t dwThemeID,
|
|
|