| Index: xfa/fxfa/include/fxfa_widget.h | 
| diff --git a/xfa/fxfa/include/fxfa_widget.h b/xfa/fxfa/include/fxfa_widget.h | 
| index a8bed176abc79a8361b93b8803004db8692c2f19..cf52bbe205cc0867156d381fc3bf9c1bcccc8083 100644 | 
| --- a/xfa/fxfa/include/fxfa_widget.h | 
| +++ b/xfa/fxfa/include/fxfa_widget.h | 
| @@ -109,7 +109,7 @@ class CXFA_WidgetAcc : public CXFA_WidgetData { | 
| FX_FLOAT GetWidthWithoutMargin(FX_FLOAT fWidthCalc); | 
| FX_FLOAT GetHeightWithoutMargin(FX_FLOAT fHeightCalc); | 
| void CalculateTextContentSize(CFX_SizeF& size); | 
| -  void CalculateAccWidthAndHeight(XFA_ELEMENT eUIType, | 
| +  void CalculateAccWidthAndHeight(XFA_Element eUIType, | 
| FX_FLOAT& fWidth, | 
| FX_FLOAT& fCalcHeight); | 
| void InitLayoutData(); | 
|  |