summaryrefslogtreecommitdiff
path: root/public/fpdf_progressive.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-07-24 09:16:19 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-24 14:35:12 +0000
commit72cc6c69b65b20c007032148c909c75cf1ae6564 (patch)
tree887aa7bde2885dce3bc8d205e5a609c57047f2aa /public/fpdf_progressive.h
parent6b0158fdc229e7fc45fdb61c700b709bd82b2309 (diff)
downloadpdfium-72cc6c69b65b20c007032148c909c75cf1ae6564.tar.xz
Deprecated FPDF_RENDER_READER in favour of FPDF_RENDER_READY
The use of Ready makes more sense then Reader for the constants. Rename and deprecate the old one. Bug: pdfium:830 Change-Id: I80b970f29a21068b41993c1880d81d406c3108e0 Reviewed-on: https://pdfium-review.googlesource.com/8790 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'public/fpdf_progressive.h')
-rw-r--r--public/fpdf_progressive.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/fpdf_progressive.h b/public/fpdf_progressive.h
index 2cffacb8bd..24b9ddbe8a 100644
--- a/public/fpdf_progressive.h
+++ b/public/fpdf_progressive.h
@@ -11,7 +11,8 @@
#include "fpdfview.h"
// Flags for progressive process status.
-#define FPDF_RENDER_READER 0
+#define FPDF_RENDER_READY 0
+#define FPDF_RENDER_READER 0 // Deprecated
#define FPDF_RENDER_TOBECONTINUED 1
#define FPDF_RENDER_TOBECOUNTINUED 1 // Deprecated.
#define FPDF_RENDER_DONE 2