| Index: xfa/fwl/core/ifwl_widget.h
|
| diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h
|
| index 36c587b3eac2a2de31659b7acf17f25cae1472b0..221c29d51a24a84f37c5fe5f5db8512e2955e68b 100644
|
| --- a/xfa/fwl/core/ifwl_widget.h
|
| +++ b/xfa/fwl/core/ifwl_widget.h
|
| @@ -171,7 +171,7 @@ class IFWL_Widget : public IFWL_WidgetDelegate {
|
| int32_t iTTOAlign,
|
| CFX_RectF& rect);
|
| void SetGrab(bool bSet);
|
| - bool GetPopupPos(FX_FLOAT fMinHeight,
|
| + void GetPopupPos(FX_FLOAT fMinHeight,
|
| FX_FLOAT fMaxHeight,
|
| const CFX_RectF& rtAnchor,
|
| CFX_RectF& rtPopup);
|
|
|