| Index: xfa/fwl/core/ifwl_adapterwidgetmgr.h
|
| diff --git a/xfa/fwl/core/ifwl_adapterwidgetmgr.h b/xfa/fwl/core/ifwl_adapterwidgetmgr.h
|
| index 8744c6b0780965fac9cc90fa8c6cb98497bf680c..a737e81c3cffa8637b70f4347cfb4099dededd35 100644
|
| --- a/xfa/fwl/core/ifwl_adapterwidgetmgr.h
|
| +++ b/xfa/fwl/core/ifwl_adapterwidgetmgr.h
|
| @@ -64,7 +64,6 @@ class IFWL_AdapterWidgetMgr {
|
| virtual FWL_ERR UpdateMenu(IFWL_Menu* pMenu,
|
| const void* hItem,
|
| int32_t iType) = 0;
|
| - virtual int32_t TrackPopupMenu(IFWL_Menu* pMenu, IFWL_MenuDP* pMenuData) = 0;
|
| virtual FWL_ERR SetMessageHook(IFWL_AdapterMessageHook* hook) = 0;
|
| virtual FWL_ERR GetSystemBorder(FX_FLOAT& l,
|
| FX_FLOAT& t,
|
|
|