diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_widget.h')
-rw-r--r-- | xfa/fwl/core/cfwl_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fwl/core/cfwl_widget.h b/xfa/fwl/core/cfwl_widget.h index 4961055954..3272e9d011 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); |