diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-21 09:15:45 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-21 09:15:45 -0400 |
commit | 584b1e679f41a580e2b38d5534f126355c78043b (patch) | |
tree | ca3f78bc30673b9c4650433168efe574920c60f1 /core/fpdfapi/fpdf_parser | |
parent | edbb319d3143692befdbb0603089b7e265cf89aa (diff) | |
download | pdfium-584b1e679f41a580e2b38d5534f126355c78043b.tar.xz |
Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.
This CL splits the file into individual classes and moves them into
core/fpdfapi/fpdf_page as needed.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1811053002 .
Diffstat (limited to 'core/fpdfapi/fpdf_parser')
-rw-r--r-- | core/fpdfapi/fpdf_parser/ipdf_occontext.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fpdfapi/fpdf_parser/ipdf_occontext.cpp b/core/fpdfapi/fpdf_parser/ipdf_occontext.cpp index 56a2412d9a..0b98b9889e 100644 --- a/core/fpdfapi/fpdf_parser/ipdf_occontext.cpp +++ b/core/fpdfapi/fpdf_parser/ipdf_occontext.cpp @@ -6,7 +6,8 @@ #include "core/fpdfapi/fpdf_parser/ipdf_occontext.h" -#include "core/include/fpdfapi/fpdf_pageobj.h" +#include "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.h" +#include "core/fpdfapi/fpdf_page/include/cpdf_pageobject.h" IPDF_OCContext::~IPDF_OCContext() {} |