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

Unified Diff: xfa/fxfa/xfa_rendercontext.h

Issue 2383593002: Move xfa/fxfa/include to xfa/fxfa (Closed)
Patch Set: Rebase to master Created 4 years, 3 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fxfa/xfa_fontmgr.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « xfa/fxfa/xfa_fontmgr.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698