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

Unified Diff: core/include/fpdfapi/fpdf_module.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
« no previous file with comments | « no previous file | core/include/fpdfapi/fpdf_page.h » ('j') | core/include/fpdfapi/fpdf_page.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/include/fpdfapi/fpdf_module.h
diff --git a/core/include/fpdfapi/fpdf_module.h b/core/include/fpdfapi/fpdf_module.h
index 6888e810009f563a29319b535a504e516c37d6a4..d0eb09d613322a01eab4863f8c7fa7ecf9e1d7b1 100644
--- a/core/include/fpdfapi/fpdf_module.h
+++ b/core/include/fpdfapi/fpdf_module.h
@@ -24,7 +24,7 @@ class CPDF_Document;
class CPDF_FontGlobals;
class CPDF_Image;
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_PageRenderCache;
class CPDF_RenderOptions;
class CPDF_Stream;
« no previous file with comments | « no previous file | core/include/fpdfapi/fpdf_page.h » ('j') | core/include/fpdfapi/fpdf_page.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698