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

Unified Diff: xfa/fde/fde_renderdevice.h

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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/fde/fde_render.cpp ('k') | xfa/fde/fde_visualset.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/fde_renderdevice.h
diff --git a/xfa/src/fde/fde_renderdevice.h b/xfa/fde/fde_renderdevice.h
similarity index 96%
rename from xfa/src/fde/fde_renderdevice.h
rename to xfa/fde/fde_renderdevice.h
index 63a36642d9e16784d5bd7263ff9e744311664c17..a9e7190c5483c76cc82b846152bd4ac063972bfe 100644
--- a/xfa/src/fde/fde_renderdevice.h
+++ b/xfa/fde/fde_renderdevice.h
@@ -4,14 +4,14 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_FDE_RENDERDEVICE_H_
-#define XFA_SRC_FDE_FDE_RENDERDEVICE_H_
+#ifndef XFA_FDE_FDE_RENDERDEVICE_H_
+#define XFA_FDE_FDE_RENDERDEVICE_H_
#include "core/include/fxcrt/fx_coordinates.h"
#include "core/include/fxge/fx_font.h"
#include "core/include/fxge/fx_ge.h"
-#include "xfa/src/fde/fde_path.h"
-#include "xfa/src/fgas/font/fgas_font.h"
+#include "xfa/fde/fde_path.h"
+#include "xfa/fgas/font/fgas_font.h"
class IFDE_Pen;
class IFDE_Brush;
@@ -107,4 +107,4 @@ class IFDE_RenderDevice {
const CFX_Matrix* pMatrix = NULL) = 0;
};
-#endif // XFA_SRC_FDE_FDE_RENDERDEVICE_H_
+#endif // XFA_FDE_FDE_RENDERDEVICE_H_
« no previous file with comments | « xfa/fde/fde_render.cpp ('k') | xfa/fde/fde_visualset.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698