summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/xfa_fffield.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/app/xfa_fffield.h')
-rw-r--r--xfa/fxfa/app/xfa_fffield.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/xfa/fxfa/app/xfa_fffield.h b/xfa/fxfa/app/xfa_fffield.h
index 3aa358758f..a2c310fa89 100644
--- a/xfa/fxfa/app/xfa_fffield.h
+++ b/xfa/fxfa/app/xfa_fffield.h
@@ -25,9 +25,8 @@ class CXFA_FFField : public CXFA_FFWidget, public IFWL_WidgetDelegate {
uint32_t dwStatus,
FX_BOOL bDrawFocus = FALSE) override;
void RenderWidget(CFX_Graphics* pGS,
- CFX_Matrix* pMatrix = NULL,
- uint32_t dwStatus = 0,
- int32_t iRotate = 0) override;
+ CFX_Matrix* pMatrix,
+ uint32_t dwStatus) override;
FX_BOOL IsLoaded() override;
FX_BOOL LoadWidget() override;
void UnloadWidget() override;