diff options
author | jaepark <jaepark@google.com> | 2016-08-09 11:40:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-09 11:40:59 -0700 |
commit | e7107f48ddb9309e1664d84ec360ce06ec3201e2 (patch) | |
tree | 8cb7bf1cc8aeb0e97f928065ec25f8ee66dd4ca5 /core/fpdfdoc/cpvt_generateap.h | |
parent | 16fccc51456dbab7e392c3952cc367723f9694f6 (diff) | |
download | pdfium-e7107f48ddb9309e1664d84ec360ce06ec3201e2.tar.xz |
Generate default AP stream for circle annotation.
This patch generates a default AP stream for circle annotation so that
circle annotations without AP stream can be displayed.
Also, roll DEPS for testing/corpus to 71d1f22 to test circle annotations.
BUG=62625
Review-Url: https://codereview.chromium.org/2228093002
Diffstat (limited to 'core/fpdfdoc/cpvt_generateap.h')
-rw-r--r-- | core/fpdfdoc/cpvt_generateap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fpdfdoc/cpvt_generateap.h b/core/fpdfdoc/cpvt_generateap.h index e0dd706439..a81bea276a 100644 --- a/core/fpdfdoc/cpvt_generateap.h +++ b/core/fpdfdoc/cpvt_generateap.h @@ -25,6 +25,8 @@ bool FPDF_GenerateAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict); class CPVT_GenerateAP { public: + static bool GenerateCircleAP(CPDF_Document* pDoc, + CPDF_Dictionary* pAnnotDict); static bool GenerateComboBoxAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict); static bool GenerateHighlightAP(CPDF_Document* pDoc, |