| Index: xfa/fwl/core/ifwl_picturebox.h
|
| diff --git a/xfa/fwl/core/ifwl_picturebox.h b/xfa/fwl/core/ifwl_picturebox.h
|
| index 2eeacae3af034298108c005d2887910d3b6845e9..3aab27d02ae855d14f01a968110ec1bd7e307a15 100644
|
| --- a/xfa/fwl/core/ifwl_picturebox.h
|
| +++ b/xfa/fwl/core/ifwl_picturebox.h
|
| @@ -48,10 +48,10 @@ class IFWL_PictureBox : public IFWL_Widget {
|
|
|
| // IFWL_Widget
|
| FWL_Type GetClassID() const override;
|
| - FWL_Error GetWidgetRect(CFX_RectF& rect, bool bAutoSize = false) override;
|
| - FWL_Error Update() override;
|
| - FWL_Error DrawWidget(CFX_Graphics* pGraphics,
|
| - const CFX_Matrix* pMatrix = nullptr) override;
|
| + void GetWidgetRect(CFX_RectF& rect, bool bAutoSize = false) override;
|
| + void Update() override;
|
| + void DrawWidget(CFX_Graphics* pGraphics,
|
| + const CFX_Matrix* pMatrix = nullptr) override;
|
| void OnDrawWidget(CFX_Graphics* pGraphics,
|
| const CFX_Matrix* pMatrix) override;
|
|
|
|
|