| Index: core/fpdfapi/page/cpdf_clippath.h
|
| diff --git a/core/fpdfapi/fpdf_page/cpdf_clippath.h b/core/fpdfapi/page/cpdf_clippath.h
|
| similarity index 89%
|
| rename from core/fpdfapi/fpdf_page/cpdf_clippath.h
|
| rename to core/fpdfapi/page/cpdf_clippath.h
|
| index 81c8ce661922fcff318cd5be5f7a370d6fa601d6..25fc3860da6e5ee194f4dcf8cb8d69b33d74124a 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_clippath.h
|
| +++ b/core/fpdfapi/page/cpdf_clippath.h
|
| @@ -4,14 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_PAGE_CPDF_CLIPPATH_H_
|
| -#define CORE_FPDFAPI_FPDF_PAGE_CPDF_CLIPPATH_H_
|
| +#ifndef CORE_FPDFAPI_PAGE_CPDF_CLIPPATH_H_
|
| +#define CORE_FPDFAPI_PAGE_CPDF_CLIPPATH_H_
|
|
|
| #include <memory>
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "core/fpdfapi/fpdf_page/cpdf_path.h"
|
| +#include "core/fpdfapi/page/cpdf_path.h"
|
| #include "core/fxcrt/cfx_count_ref.h"
|
| #include "core/fxcrt/fx_basic.h"
|
| #include "core/fxcrt/fx_coordinates.h"
|
| @@ -60,4 +60,4 @@ class CPDF_ClipPath {
|
| CFX_CountRef<PathData> m_Ref;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_PAGE_CPDF_CLIPPATH_H_
|
| +#endif // CORE_FPDFAPI_PAGE_CPDF_CLIPPATH_H_
|
|
|