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

Unified Diff: xfa/fde/fde_render.cpp

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.h ('k') | xfa/fde/fde_renderdevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/fde_render.cpp
diff --git a/xfa/src/fde/fde_render.cpp b/xfa/fde/fde_render.cpp
similarity index 97%
rename from xfa/src/fde/fde_render.cpp
rename to xfa/fde/fde_render.cpp
index b4330cc0849675bc62a932934a9d853920621add..7d86a7b53e271a04f6e47858461c8fe2ad6eaf01 100644
--- a/xfa/src/fde/fde_render.cpp
+++ b/xfa/fde/fde_render.cpp
@@ -4,18 +4,17 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fde/fde_render.h"
+#include "xfa/fde/fde_render.h"
-#include "xfa/src/fde/fde_renderdevice.h"
-#include "xfa/src/fgas/crt/fgas_memory.h"
+#include "xfa/fde/fde_renderdevice.h"
+#include "xfa/fgas/crt/fgas_memory.h"
#define FDE_PATHRENDER_Stroke 1
#define FDE_PATHRENDER_Fill 2
namespace {
-class CFDE_RenderContext : public IFDE_RenderContext,
- public CFX_Target {
+class CFDE_RenderContext : public IFDE_RenderContext, public CFX_Target {
public:
CFDE_RenderContext();
virtual ~CFDE_RenderContext();
« no previous file with comments | « xfa/fde/fde_render.h ('k') | xfa/fde/fde_renderdevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698