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

Side by Side Diff: core/include/fpdfapi/fpdf_pageobj.h

Issue 1434223002: Remove relative includes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « core/include/fpdfapi/fpdf_page.h ('k') | core/include/fpdfapi/fpdf_parser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #ifndef CORE_INCLUDE_FPDFAPI_FPDF_PAGEOBJ_H_ 7 #ifndef CORE_INCLUDE_FPDFAPI_FPDF_PAGEOBJ_H_
8 #define CORE_INCLUDE_FPDFAPI_FPDF_PAGEOBJ_H_ 8 #define CORE_INCLUDE_FPDFAPI_FPDF_PAGEOBJ_H_
9 9
10 #include "../fxge/fx_ge.h" 10 #include "core/include/fxge/fx_ge.h"
11 #include "fpdf_resource.h" 11 #include "fpdf_resource.h"
12 12
13 class CPDF_ClipPath; 13 class CPDF_ClipPath;
14 class CPDF_ClipPathData; 14 class CPDF_ClipPathData;
15 class CPDF_ColorState; 15 class CPDF_ColorState;
16 class CPDF_ColorStateData; 16 class CPDF_ColorStateData;
17 class CPDF_ContentMark; 17 class CPDF_ContentMark;
18 class CPDF_ContentMarkItem; 18 class CPDF_ContentMarkItem;
19 class CPDF_FormObject; 19 class CPDF_FormObject;
20 class CPDF_GeneralState; 20 class CPDF_GeneralState;
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 561
562 CFX_AffineMatrix m_FormMatrix; 562 CFX_AffineMatrix m_FormMatrix;
563 563
564 void CalcBoundingBox(); 564 void CalcBoundingBox();
565 565
566 protected: 566 protected:
567 void CopyData(const CPDF_PageObject* pSrcObject) override; 567 void CopyData(const CPDF_PageObject* pSrcObject) override;
568 }; 568 };
569 569
570 #endif // CORE_INCLUDE_FPDFAPI_FPDF_PAGEOBJ_H_ 570 #endif // CORE_INCLUDE_FPDFAPI_FPDF_PAGEOBJ_H_
OLDNEW
« no previous file with comments | « core/include/fpdfapi/fpdf_page.h ('k') | core/include/fpdfapi/fpdf_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698