| Index: fpdfsdk/formfiller/cffl_formfiller.h
|
| diff --git a/fpdfsdk/formfiller/cffl_formfiller.h b/fpdfsdk/formfiller/cffl_formfiller.h
|
| index 73609572569512d3d863ae2236a73c30ffd1adf3..7ae724d7ffe78510faeba69b1380286a695227e5 100644
|
| --- a/fpdfsdk/formfiller/cffl_formfiller.h
|
| +++ b/fpdfsdk/formfiller/cffl_formfiller.h
|
| @@ -141,7 +141,7 @@ class CFFL_FormFiller : public IPWL_Provider, public CPWL_TimerHandler {
|
| FX_BOOL IsValid() const;
|
| CFX_FloatRect GetPDFWindowRect() const;
|
|
|
| - CPDFSDK_PageView* GetCurPageView();
|
| + CPDFSDK_PageView* GetCurPageView(bool renew);
|
| void SetChangeMark();
|
|
|
| virtual void InvalidateRect(double left,
|
|
|