From 9d6ca99dbc864a26a13168d4cadbce22bbb55d9e Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 16 Jun 2016 10:51:56 -0700 Subject: Cleanup FWL RenderWidget method parameters. This CL removes the default values from pMatrix and dwStatus as they are always set and removes the iRotate parameter as it is never set and never used. Review-Url: https://codereview.chromium.org/2071903002 --- xfa/fxfa/app/xfa_ffimage.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'xfa/fxfa/app/xfa_ffimage.h') diff --git a/xfa/fxfa/app/xfa_ffimage.h b/xfa/fxfa/app/xfa_ffimage.h index 8771bde2fd..d0afc5b431 100644 --- a/xfa/fxfa/app/xfa_ffimage.h +++ b/xfa/fxfa/app/xfa_ffimage.h @@ -16,9 +16,8 @@ class CXFA_FFImage : public CXFA_FFDraw { // CXFA_FFWidget 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; -- cgit v1.2.3