| Index: public/fpdf_formfill.h
|
| diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
|
| index 248bcd2b023306b2ad7d5d027555561fcb62d0e2..e836388f92510d942e42de7e78806b0eb35385b9 100644
|
| --- a/public/fpdf_formfill.h
|
| +++ b/public/fpdf_formfill.h
|
| @@ -575,6 +575,8 @@ typedef struct _FPDF_FORMFILLINFO {
|
| * page which hadn't been loaded yet.
|
| * To successfully run the javascript action, implementation need to load
|
| * the page for SDK.
|
| + * If getting a CPDFXFA_Page from this function, needs to call release()
|
| + * on that page when finished.
|
| * */
|
| FPDF_PAGE (*FFI_GetPage)(struct _FPDF_FORMFILLINFO* pThis,
|
| FPDF_DOCUMENT document,
|
|
|