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

Unified Diff: core/include/fpdftext/fpdf_text.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/include/fpdftext/fpdf_text.h
diff --git a/core/include/fpdftext/fpdf_text.h b/core/include/fpdftext/fpdf_text.h
index 140fe90bf7f75066730ea88f05c521b80b21bd9a..2fb149487ae4792a497e5d9449823cec64056f45 100644
--- a/core/include/fpdftext/fpdf_text.h
+++ b/core/include/fpdftext/fpdf_text.h
@@ -10,7 +10,7 @@
#include "core/include/fpdfapi/fpdf_parser.h"
class CPDF_Page;
-class CPDF_PageObjectList;
+class CPDF_PageObjectHolder;
Lei Zhang 2016/02/17 00:28:59 Not needed.
Tom Sepez 2016/02/17 00:59:45 Done.
class CPDF_TextObject;
class IPDF_LinkExtract;
class IPDF_ReflowedPage;

Powered by Google App Engine
This is Rietveld 408576698