| Index: xfa/fwl/cfwl_widgetmgr.h
|
| diff --git a/xfa/fwl/cfwl_widgetmgr.h b/xfa/fwl/cfwl_widgetmgr.h
|
| index 10825b941d962bbf8292bd8255bb4e0ec31a1ec1..4d39d3651e18533fa34ecbd44cb7c3dff0844827 100644
|
| --- a/xfa/fwl/cfwl_widgetmgr.h
|
| +++ b/xfa/fwl/cfwl_widgetmgr.h
|
| @@ -42,7 +42,7 @@ class CFWL_WidgetMgr : public CFWL_WidgetMgrDelegate {
|
| CFWL_Widget* GetFirstChildWidget(CFWL_Widget* pWidget) const;
|
| CFWL_Widget* GetSystemFormWidget(CFWL_Widget* pWidget) const;
|
|
|
| - void RepaintWidget(CFWL_Widget* pWidget, const CFX_RectF* pRect);
|
| + void RepaintWidget(CFWL_Widget* pWidget, const CFX_RectF& pRect);
|
|
|
| void InsertWidget(CFWL_Widget* pParent, CFWL_Widget* pChild);
|
| void RemoveWidget(CFWL_Widget* pWidget);
|
|
|