| Index: xfa/fwl/theme/cfwl_pictureboxtp.h
|
| diff --git a/xfa/fwl/theme/cfwl_pictureboxtp.h b/xfa/fwl/theme/cfwl_pictureboxtp.h
|
| index 24f658bd1134f904713c70a6f4a356cd46934c5c..31521031431c1559ddc2f573b9a97043fbb1d1d4 100644
|
| --- a/xfa/fwl/theme/cfwl_pictureboxtp.h
|
| +++ b/xfa/fwl/theme/cfwl_pictureboxtp.h
|
| @@ -15,7 +15,7 @@ class CFWL_PictureBoxTP : public CFWL_WidgetTP {
|
| ~CFWL_PictureBoxTP() override;
|
|
|
| // CFWL_WidgetTP
|
| - bool IsValidWidget(IFWL_Widget* pWidget) override;
|
| + bool IsValidWidget(CFWL_Widget* pWidget) override;
|
| void DrawBackground(CFWL_ThemeBackground* pParams) override;
|
| };
|
|
|
|
|