diff options
Diffstat (limited to 'xfa/fxfa/cxfa_fffield.h')
-rw-r--r-- | xfa/fxfa/cxfa_fffield.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/cxfa_fffield.h b/xfa/fxfa/cxfa_fffield.h index e47664291a..7d4320717f 100644 --- a/xfa/fxfa/cxfa_fffield.h +++ b/xfa/fxfa/cxfa_fffield.h @@ -83,10 +83,10 @@ class CXFA_FFField : public CXFA_FFWidget, public IFWL_WidgetDelegate { void DrawFocus(CXFA_Graphics* pGS, CFX_Matrix* pMatrix); void TranslateFWLMessage(CFWL_Message* pMessage); void CapPlacement(); - void CapTopBottomPlacement(CXFA_Caption caption, + void CapTopBottomPlacement(CXFA_CaptionData captionData, const CFX_RectF& rtWidget, int32_t iCapPlacement); - void CapLeftRightPlacement(CXFA_Caption caption, + void CapLeftRightPlacement(CXFA_CaptionData captionData, const CFX_RectF& rtWidget, int32_t iCapPlacement); void SetEditScrollOffset(); |