| Index: core/fpdfapi/page/cpdf_shadingpattern.h
|
| diff --git a/core/fpdfapi/fpdf_page/cpdf_shadingpattern.h b/core/fpdfapi/page/cpdf_shadingpattern.h
|
| similarity index 88%
|
| rename from core/fpdfapi/fpdf_page/cpdf_shadingpattern.h
|
| rename to core/fpdfapi/page/cpdf_shadingpattern.h
|
| index e2bcef268a713eb0ac25006c65753283a1e298b1..6f5978f8a5438894d46269ce76a7bd6b5230281f 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_shadingpattern.h
|
| +++ b/core/fpdfapi/page/cpdf_shadingpattern.h
|
| @@ -4,14 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_PAGE_CPDF_SHADINGPATTERN_H_
|
| -#define CORE_FPDFAPI_FPDF_PAGE_CPDF_SHADINGPATTERN_H_
|
| +#ifndef CORE_FPDFAPI_PAGE_CPDF_SHADINGPATTERN_H_
|
| +#define CORE_FPDFAPI_PAGE_CPDF_SHADINGPATTERN_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
|
|
| -#include "core/fpdfapi/fpdf_page/cpdf_countedobject.h"
|
| -#include "core/fpdfapi/fpdf_page/cpdf_pattern.h"
|
| +#include "core/fpdfapi/page/cpdf_countedobject.h"
|
| +#include "core/fpdfapi/page/cpdf_pattern.h"
|
| #include "core/fxcrt/fx_system.h"
|
|
|
| enum ShadingType {
|
| @@ -72,4 +72,4 @@ class CPDF_ShadingPattern : public CPDF_Pattern {
|
| std::vector<std::unique_ptr<CPDF_Function>> m_pFunctions;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_PAGE_CPDF_SHADINGPATTERN_H_
|
| +#endif // CORE_FPDFAPI_PAGE_CPDF_SHADINGPATTERN_H_
|
|
|