Chromium Code Reviews| 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, |