| Index: xfa/fwl/theme/cfwl_pushbuttontp.h
|
| diff --git a/xfa/fwl/theme/cfwl_pushbuttontp.h b/xfa/fwl/theme/cfwl_pushbuttontp.h
|
| index e51ce55e78ee3daf41ffe44ff4c22ccc14eea527..6312cd5f290c149999093f23e24f3753879404b5 100644
|
| --- a/xfa/fwl/theme/cfwl_pushbuttontp.h
|
| +++ b/xfa/fwl/theme/cfwl_pushbuttontp.h
|
| @@ -14,7 +14,8 @@ class CFWL_PushButtonTP : public CFWL_WidgetTP {
|
| CFWL_PushButtonTP();
|
| ~CFWL_PushButtonTP() override;
|
|
|
| - FX_BOOL IsValidWidget(IFWL_Widget* pWidget) override;
|
| + // CFWL_WidgetTP
|
| + bool IsValidWidget(IFWL_Widget* pWidget) override;
|
| uint32_t SetThemeID(IFWL_Widget* pWidget,
|
| uint32_t dwThemeID,
|
| FX_BOOL bChildren = TRUE) override;
|
|
|