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

Unified Diff: core/src/fpdftext/text_int.h

Issue 1701073002: Split CPDF_PageObjectHolder off from CPDF_PageObjectList (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Few other minor renames. Created 4 years, 10 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/src/fpdftext/text_int.h
diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
index 9131cdb321b19374c9e7c54f7cfe67856cdf85d6..d0d37c4a15b0f0abd027db4675483e85235124f2 100644
--- a/core/src/fpdftext/text_int.h
+++ b/core/src/fpdftext/text_int.h
@@ -132,7 +132,7 @@ class CPDF_TextPage : public IPDF_TextPage {
int nItems) const;
std::vector<FX_WORD> m_CharIndex;
- const CPDF_PageObjectList* const m_pPage;
+ const CPDF_PageObjectHolder* const m_pPageObjectHolder;
Lei Zhang 2016/02/17 00:28:59 Can this be const CPDF_Page* const to avoid some o
Tom Sepez 2016/02/17 00:59:45 Good idea. The ctor is only called with a page, n
std::deque<PAGECHAR_INFO> m_CharList;
std::deque<PAGECHAR_INFO> m_TempCharList;
CFX_WideTextBuf m_TextBuf;

Powered by Google App Engine
This is Rietveld 408576698