| Index: xfa/fwl/core/cfwl_widget.h
|
| diff --git a/xfa/fwl/core/cfwl_widget.h b/xfa/fwl/core/cfwl_widget.h
|
| index 3272e9d01199e2f0dfbfd2529ebada05cb2b8b19..4ca73ae2d25692a885c88c9390f522bcd0fb417a 100644
|
| --- a/xfa/fwl/core/cfwl_widget.h
|
| +++ b/xfa/fwl/core/cfwl_widget.h
|
| @@ -51,7 +51,7 @@ class CFWL_Widget : public IFWL_WidgetDelegate {
|
|
|
| virtual FWL_Type GetClassID() const = 0;
|
| virtual bool IsInstance(const CFX_WideStringC& wsClass) const;
|
| - virtual void GetWidgetRect(CFX_RectF& rect, bool bAutoSize);
|
| + virtual CFX_RectF GetWidgetRect(bool bAutoSize);
|
| virtual void GetClientRect(CFX_RectF& rect);
|
| virtual void ModifyStylesEx(uint32_t dwStylesExAdded,
|
| uint32_t dwStylesExRemoved);
|
|
|