| Index: xfa/fwl/theme/cfwl_pictureboxtp.h
|
| diff --git a/xfa/fwl/theme/cfwl_pictureboxtp.h b/xfa/fwl/theme/cfwl_pictureboxtp.h
|
| index 876e8d20426ecce765fbf8c08b3e173560351b5c..24f658bd1134f904713c70a6f4a356cd46934c5c 100644
|
| --- a/xfa/fwl/theme/cfwl_pictureboxtp.h
|
| +++ b/xfa/fwl/theme/cfwl_pictureboxtp.h
|
| @@ -16,7 +16,7 @@ class CFWL_PictureBoxTP : public CFWL_WidgetTP {
|
|
|
| // CFWL_WidgetTP
|
| bool IsValidWidget(IFWL_Widget* pWidget) override;
|
| - FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams) override;
|
| + void DrawBackground(CFWL_ThemeBackground* pParams) override;
|
| };
|
|
|
| #endif // XFA_FWL_THEME_CFWL_PICTUREBOXTP_H_
|
|
|