diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-22 16:00:22 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-22 16:00:22 -0800 |
commit | 1d05b407189f5b7f9a0412c273d38cfbca4d3ea6 (patch) | |
tree | e43320d20f192606d2e36d3284c07383660490e7 /core/src/fpdftext/text_int.h | |
parent | 71fdc34b71760735aa0c14c820a1a10eb1e5829a (diff) | |
download | pdfium-1d05b407189f5b7f9a0412c273d38cfbca4d3ea6.tar.xz |
Merge to XFA: CPDFText_ParseOptions never change from default.
Original Review URL: https://codereview.chromium.org/1618693009 .
(cherry picked from commit c818b5fc6cca9a7e1a2851b30e8a34f652ab0ea9)
TBR=ochang@chromium.org
Review URL: https://codereview.chromium.org/1629593002 .
Diffstat (limited to 'core/src/fpdftext/text_int.h')
-rw-r--r-- | core/src/fpdftext/text_int.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h index acc9bfacc6..f5d1f98a1a 100644 --- a/core/src/fpdftext/text_int.h +++ b/core/src/fpdftext/text_int.h @@ -54,9 +54,8 @@ class CPDF_TextPage : public IPDF_TextPage { CPDF_TextPage(const CPDF_Page* pPage, int flags); ~CPDF_TextPage() override {} - // IPDF_TextPage + // IPDF_TextPage: FX_BOOL ParseTextPage() override; - void NormalizeObjects(FX_BOOL bNormalize) override; bool IsParsed() const override { return m_bIsParsed; } int CharIndexFromTextIndex(int TextIndex) const override; int TextIndexFromCharIndex(int CharIndex) const override; @@ -131,7 +130,6 @@ class CPDF_TextPage : public IPDF_TextPage { const CPDF_Font* pFont, int nItems) const; - CPDFText_ParseOptions m_ParseOptions; CFX_WordArray m_CharIndex; const CPDF_PageObjectList* const m_pPage; PAGECHAR_InfoArray m_charList; |