| Index: xfa/include/fxfa/xfa_ffwidget.h
|
| diff --git a/xfa/include/fxfa/xfa_ffwidget.h b/xfa/include/fxfa/xfa_ffwidget.h
|
| index 0690b7f3a10d2e62b7c95f9aa0327ff31aab110d..30ad6d250ac48e75973e44def80b38fa3be0be92 100644
|
| --- a/xfa/include/fxfa/xfa_ffwidget.h
|
| +++ b/xfa/include/fxfa/xfa_ffwidget.h
|
| @@ -169,9 +169,6 @@ FX_CHAR* XFA_Base64Encode(const uint8_t* buf, int32_t buf_len);
|
| void XFA_RectWidthoutMargin(CFX_RectF& rt,
|
| const CXFA_Margin& mg,
|
| FX_BOOL bUI = FALSE);
|
| -FX_FLOAT XFA_GetEdgeThickness(const CXFA_StrokeArray& strokes,
|
| - FX_BOOL b3DStyle,
|
| - int32_t nIndex);
|
| CXFA_FFWidget* XFA_GetWidgetFromLayoutItem(CXFA_LayoutItem* pLayoutItem);
|
| FX_BOOL XFA_IsCreateWidget(XFA_ELEMENT iType);
|
| #define XFA_DRAWBOX_ForceRound 1
|
|
|