| Index: xfa/fxfa/app/xfa_fwladapter.cpp
|
| diff --git a/xfa/fxfa/app/xfa_fwladapter.cpp b/xfa/fxfa/app/xfa_fwladapter.cpp
|
| index ea63d84dfb9cae34d639915829c3a3a2e9aca1b1..b0b5f4bc32fcf799a1a4248460d97491ad3b299d 100644
|
| --- a/xfa/fxfa/app/xfa_fwladapter.cpp
|
| +++ b/xfa/fxfa/app/xfa_fwladapter.cpp
|
| @@ -38,7 +38,7 @@ FX_BOOL CXFA_FWLAdapterWidgetMgr::GetPopupPos(IFWL_Widget* pWidget,
|
| pFFWidget->GetRotateMatrix(mt);
|
| CFX_RectF rtRotateAnchor(rtAnchor);
|
| mt.TransformRect(rtRotateAnchor);
|
| - pFFWidget->GetDoc()->GetDocProvider()->GetPopupPos(
|
| + pFFWidget->GetDoc()->GetDocEnvironment()->GetPopupPos(
|
| pFFWidget, fMinHeight, fMaxHeight, rtRotateAnchor, rtPopup);
|
| return TRUE;
|
| }
|
|
|