diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-07-18 12:05:33 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-18 17:58:32 +0000 |
commit | 56725242559dd80e3b54fd9905c36bdeb696cdd9 (patch) | |
tree | 1b1b16b589da15e89f7b2489f972f7d359f7af6b /public/fpdf_progressive.h | |
parent | c16df7fe3680cda24d3f981cf788c8c643a8a1e9 (diff) | |
download | pdfium-56725242559dd80e3b54fd9905c36bdeb696cdd9.tar.xz |
Fix CONTINUED spelling
This CL adds a FPDF_RENDER_TOBECONTINUED and marks
FPDF_RENDER_TOBECOUNTINUED as deprecated.
Change-Id: Ie08dbb2715d1d7959fbae17d9f23d7fcec410600
Reviewed-on: https://pdfium-review.googlesource.com/8070
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'public/fpdf_progressive.h')
-rw-r--r-- | public/fpdf_progressive.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/fpdf_progressive.h b/public/fpdf_progressive.h index 0c3d501317..2cffacb8bd 100644 --- a/public/fpdf_progressive.h +++ b/public/fpdf_progressive.h @@ -12,7 +12,8 @@ // Flags for progressive process status. #define FPDF_RENDER_READER 0 -#define FPDF_RENDER_TOBECOUNTINUED 1 +#define FPDF_RENDER_TOBECONTINUED 1 +#define FPDF_RENDER_TOBECOUNTINUED 1 // Deprecated. #define FPDF_RENDER_DONE 2 #define FPDF_RENDER_FAILED 3 |