| Index: xfa/fwl/core/cfwl_widget.h
|
| diff --git a/xfa/fwl/core/cfwl_widget.h b/xfa/fwl/core/cfwl_widget.h
|
| index 4961055954e990e6866afbf747b7925951a57ee4..3272e9d01199e2f0dfbfd2529ebada05cb2b8b19 100644
|
| --- a/xfa/fwl/core/cfwl_widget.h
|
| +++ b/xfa/fwl/core/cfwl_widget.h
|
| @@ -69,6 +69,7 @@ class CFWL_Widget : public IFWL_WidgetDelegate {
|
| void OnDrawWidget(CFX_Graphics* pGraphics,
|
| const CFX_Matrix* pMatrix) override;
|
|
|
| + void InflateWidgetRect(CFX_RectF& rect);
|
| void SetWidgetRect(const CFX_RectF& rect);
|
|
|
| void SetParent(CFWL_Widget* pParent);
|
|
|