diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-20 10:47:32 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-20 10:47:32 -0800 |
commit | 326a2a78aaf7e0146bfcd283da888c08e34143f8 (patch) | |
tree | d43911b00e90c777b8c8365513d0abc942feef6d /public/fpdf_progressive.h | |
parent | a4754b4d4ebc5e518a1d1363648042a5c7add544 (diff) | |
download | pdfium-326a2a78aaf7e0146bfcd283da888c08e34143f8.tar.xz |
Make XFA public more closely match master.
There will be significant differences, but these are the minor
ones. I removed a comment that doesn't seem to add a lot of value.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1465723002 .
Diffstat (limited to 'public/fpdf_progressive.h')
-rw-r--r-- | public/fpdf_progressive.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/public/fpdf_progressive.h b/public/fpdf_progressive.h index 1150349393..f352ff9d00 100644 --- a/public/fpdf_progressive.h +++ b/public/fpdf_progressive.h @@ -72,9 +72,6 @@ typedef struct _IFSDK_PAUSE { // Return value: // Rendering Status. See flags for progressive process status for the // details. -// Notes: -// The method cannot not support to render page which the document -// consists of dynamic XFA fields. // DLLEXPORT int STDCALL FPDF_RenderPageBitmap_Start(FPDF_BITMAP bitmap, FPDF_PAGE page, @@ -98,10 +95,6 @@ DLLEXPORT int STDCALL FPDF_RenderPageBitmap_Start(FPDF_BITMAP bitmap, // Return value: // The rendering status. See flags for progressive process status for // the details. -// Notes: -// The method cannot not support to render page which the document -// consists of dynamic XFA fields. -// DLLEXPORT int STDCALL FPDF_RenderPage_Continue(FPDF_PAGE page, IFSDK_PAUSE* pause); @@ -114,10 +107,6 @@ DLLEXPORT int STDCALL FPDF_RenderPage_Continue(FPDF_PAGE page, // function. // Return value: // NULL -// Notes: -// The method cannot not support to render page which the document -// consists of dynamic XFA fields. -// DLLEXPORT void STDCALL FPDF_RenderPage_Close(FPDF_PAGE page); #ifdef __cplusplus |