summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpvt_generateap.h
diff options
context:
space:
mode:
authorjaepark <jaepark@google.com>2016-08-22 17:54:56 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-22 17:54:56 -0700
commitc38de1116bbee807e4461fe8a08e4c152c0fce15 (patch)
tree3a5f8f4a71ad59b1b424357ddab8ecbd1f00ba85 /core/fpdfdoc/cpvt_generateap.h
parent7da24e66c6e78a7675697ecec641e3802ff722ca (diff)
downloadpdfium-c38de1116bbee807e4461fe8a08e4c152c0fce15.tar.xz
Generate default AP stream for text annotation.
This patch generates a default AP stream for text annotation. The AP stream only draws a symbol, which represents the presence of text annotation at the point. Also, roll DEPS for testing/corpus to afbac94 to test text annotations. BUG=62625 Review-Url: https://codereview.chromium.org/2270493002
Diffstat (limited to 'core/fpdfdoc/cpvt_generateap.h')
-rw-r--r--core/fpdfdoc/cpvt_generateap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fpdfdoc/cpvt_generateap.h b/core/fpdfdoc/cpvt_generateap.h
index e36693901b..062acf684b 100644
--- a/core/fpdfdoc/cpvt_generateap.h
+++ b/core/fpdfdoc/cpvt_generateap.h
@@ -40,6 +40,7 @@ class CPVT_GenerateAP {
CPDF_Dictionary* pAnnotDict);
static bool GenerateStrikeOutAP(CPDF_Document* pDoc,
CPDF_Dictionary* pAnnotDict);
+ static bool GenerateTextAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
static bool GenerateTextFieldAP(CPDF_Document* pDoc,
CPDF_Dictionary* pAnnotDict);
static bool GenerateUnderlineAP(CPDF_Document* pDoc,