diff options
author | jaepark <jaepark@google.com> | 2016-08-03 14:17:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-03 14:17:02 -0700 |
commit | 96a07863120273c8b89cba0e7d53ef29ae56d580 (patch) | |
tree | aa32922a381595d6b886e612c2444b5c0c89da39 /core/fpdfdoc/cpvt_generateap.h | |
parent | 8e12029407cf1cca95b7f79bf5e5a5fec5bea9cb (diff) | |
download | pdfium-96a07863120273c8b89cba0e7d53ef29ae56d580.tar.xz |
Generate default AP stream for squiggly annotation.
This patch generates a default AP stream for squiggly annotation so that
squiggly annotations without AP stream can be displayed.
Also, roll DEPS for testing/corpus to a89e4fb to test squiggly annotations.
BUG=62625
Review-Url: https://codereview.chromium.org/2206773004
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 ad4b7f0d3f..3e4bbfe5ce 100644 --- a/core/fpdfdoc/cpvt_generateap.h +++ b/core/fpdfdoc/cpvt_generateap.h @@ -31,6 +31,8 @@ class CPVT_GenerateAP { CPDF_Dictionary* pAnnotDict); static bool GenerateListBoxAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict); + static bool GenerateSquigglyAP(CPDF_Document* pDoc, + CPDF_Dictionary* pAnnotDict); static bool GenerateStrikeOutAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict); static bool GenerateTextFieldAP(CPDF_Document* pDoc, |