| Index: xfa/fwl/core/ifwl_checkbox.h
|
| diff --git a/xfa/fwl/core/ifwl_checkbox.h b/xfa/fwl/core/ifwl_checkbox.h
|
| index 19ab626175bac3974837fae9ca35068c91728a35..d3dfd2680d5b655dafcc24dddf63d4208925383d 100644
|
| --- a/xfa/fwl/core/ifwl_checkbox.h
|
| +++ b/xfa/fwl/core/ifwl_checkbox.h
|
| @@ -62,10 +62,10 @@ class IFWL_CheckBox : 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 OnProcessMessage(CFWL_Message* pMessage) override;
|
| void OnDrawWidget(CFX_Graphics* pGraphics,
|
|
|