Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: core/fpdfdoc/cpvt_generateap.h

Issue 2193983002: Generate default AP stream for highlight annotation. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/fpdfdoc/cpvt_generateap.h
diff --git a/core/fpdfdoc/cpvt_generateap.h b/core/fpdfdoc/cpvt_generateap.h
index fe120909dadabe9ac31e82215c6dd7462eb7c22e..0904dde35d83d640174185b17fd52350cf55feed 100644
--- a/core/fpdfdoc/cpvt_generateap.h
+++ b/core/fpdfdoc/cpvt_generateap.h
@@ -31,6 +31,8 @@ class CPVT_GenerateAP {
CPDF_Dictionary* pAnnotDict);
static FX_BOOL GenerateListBoxAP(CPDF_Document* pDoc,
CPDF_Dictionary* pAnnotDict);
+ static FX_BOOL GenerateHighlightAP(CPDF_Document* pDoc,
Lei Zhang 2016/07/29 22:20:50 Can we put these in alphabetical order?
Lei Zhang 2016/07/29 22:20:50 Can we use bool instead of FX_BOOL? We can convert
jaepark 2016/07/29 23:32:26 Done.
jaepark 2016/07/29 23:32:26 Done.
+ CPDF_Dictionary* pAnnotDict);
static CFX_ByteString GenerateEditAP(IPVT_FontMap* pFontMap,
CPDF_VariableText::Iterator* pIterator,
const CFX_FloatPoint& ptOffset,

Powered by Google App Engine
This is Rietveld 408576698