Chromium Code Reviews| Index: core/fpdfdoc/cpdf_annot.cpp |
| diff --git a/core/fpdfdoc/cpdf_annot.cpp b/core/fpdfdoc/cpdf_annot.cpp |
| index 77c117dae4a76c347d7de8ea4cf402c0d67e78b0..cd7c83d05727b96081e2609a254eefc0f19de827 100644 |
| --- a/core/fpdfdoc/cpdf_annot.cpp |
| +++ b/core/fpdfdoc/cpdf_annot.cpp |
| @@ -24,6 +24,8 @@ CPDF_Annot::CPDF_Annot(CPDF_Dictionary* pDict, CPDF_Document* pDocument) |
| CPVT_GenerateAP::GenerateHighlightAP(m_pDocument, m_pAnnotDict); |
| else if (m_sSubtype == "Underline") |
| CPVT_GenerateAP::GenerateUnderlineAP(m_pDocument, m_pAnnotDict); |
| + else if (m_sSubtype == "StrikeOut") |
|
Lei Zhang
2016/08/03 00:00:22
Alphabetical order?
jaepark
2016/08/03 00:28:01
Done.
|
| + CPVT_GenerateAP::GenerateStrikeOutAP(m_pDocument, m_pAnnotDict); |
| } |
| CPDF_Annot::~CPDF_Annot() { |