| Index: xfa/fwl/core/ifwl_widgetmgr.h
|
| diff --git a/xfa/fwl/core/ifwl_widgetmgr.h b/xfa/fwl/core/ifwl_widgetmgr.h
|
| index 648206eea9ab4775dfe35bdfbc81595ea98630e2..955e6bab5b0c26a5c4ec77941937a94b2fdd9671 100644
|
| --- a/xfa/fwl/core/ifwl_widgetmgr.h
|
| +++ b/xfa/fwl/core/ifwl_widgetmgr.h
|
| @@ -44,8 +44,5 @@ class IFWL_WidgetMgr {
|
|
|
| IFWL_WidgetMgr* FWL_GetWidgetMgr();
|
| FX_BOOL FWL_WidgetIsChild(IFWL_Widget* parent, IFWL_Widget* find);
|
| -FWL_ERR FWL_WidgetMgrSnapshot(IFWL_Widget* pWidget,
|
| - const CFX_WideString* saveFile,
|
| - const CFX_Matrix* pMatrix = NULL);
|
|
|
| #endif // XFA_FWL_CORE_IFWL_WIDGETMGR_H_
|
|
|