| Index: xfa/fxfa/xfa_rendercontext.h
|
| diff --git a/xfa/fxfa/include/xfa_rendercontext.h b/xfa/fxfa/xfa_rendercontext.h
|
| similarity index 85%
|
| rename from xfa/fxfa/include/xfa_rendercontext.h
|
| rename to xfa/fxfa/xfa_rendercontext.h
|
| index 8bd6a287a3aaa679aaee27518190ea8b1b20dbc4..de2449edede4f4a202bfb9aa5f0e831932da2a73 100644
|
| --- a/xfa/fxfa/include/xfa_rendercontext.h
|
| +++ b/xfa/fxfa/xfa_rendercontext.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FXFA_INCLUDE_XFA_RENDERCONTEXT_H_
|
| -#define XFA_FXFA_INCLUDE_XFA_RENDERCONTEXT_H_
|
| +#ifndef XFA_FXFA_XFA_RENDERCONTEXT_H_
|
| +#define XFA_FXFA_XFA_RENDERCONTEXT_H_
|
|
|
| #include <memory>
|
|
|
| -#include "xfa/fxfa/include/fxfa.h"
|
| +#include "xfa/fxfa/fxfa.h"
|
|
|
| class CXFA_RenderOptions {
|
| public:
|
| @@ -42,4 +42,4 @@ class CXFA_RenderContext {
|
| CFX_RectF m_rtClipRect;
|
| };
|
|
|
| -#endif // XFA_FXFA_INCLUDE_XFA_RENDERCONTEXT_H_
|
| +#endif // XFA_FXFA_XFA_RENDERCONTEXT_H_
|
|
|