summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/xfa_ffimageedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/app/xfa_ffimageedit.h')
-rw-r--r--xfa/fxfa/app/xfa_ffimageedit.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/xfa/fxfa/app/xfa_ffimageedit.h b/xfa/fxfa/app/xfa_ffimageedit.h
index 5749d52c02..88a28f431c 100644
--- a/xfa/fxfa/app/xfa_ffimageedit.h
+++ b/xfa/fxfa/app/xfa_ffimageedit.h
@@ -16,9 +16,8 @@ class CXFA_FFImageEdit : public CXFA_FFField {
// CXFA_FFField
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 LoadWidget() override;
void UnloadWidget() override;
FX_BOOL OnLButtonDown(uint32_t dwFlags, FX_FLOAT fx, FX_FLOAT fy) override;