Index: xfa/fxfa/app/xfa_ffdraw.cpp |
diff --git a/xfa/src/fxfa/app/xfa_ffdraw.cpp b/xfa/fxfa/app/xfa_ffdraw.cpp |
similarity index 65% |
rename from xfa/src/fxfa/app/xfa_ffdraw.cpp |
rename to xfa/fxfa/app/xfa_ffdraw.cpp |
index e3be99b5eced03c0c5f09d99b8a1f0b95fef942f..06cfdfec524ec461f0961826e69d71f167a1378e 100644 |
--- a/xfa/src/fxfa/app/xfa_ffdraw.cpp |
+++ b/xfa/fxfa/app/xfa_ffdraw.cpp |
@@ -4,12 +4,12 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/fxfa/app/xfa_ffdraw.h" |
+#include "xfa/fxfa/app/xfa_ffdraw.h" |
-#include "xfa/src/fxfa/app/xfa_ffapp.h" |
-#include "xfa/src/fxfa/app/xfa_ffdoc.h" |
-#include "xfa/src/fxfa/app/xfa_ffpageview.h" |
-#include "xfa/src/fxfa/app/xfa_ffwidget.h" |
+#include "xfa/fxfa/app/xfa_ffapp.h" |
+#include "xfa/fxfa/app/xfa_ffdoc.h" |
+#include "xfa/fxfa/app/xfa_ffpageview.h" |
+#include "xfa/fxfa/app/xfa_ffwidget.h" |
CXFA_FFDraw::CXFA_FFDraw(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc) |
: CXFA_FFWidget(pPageView, pDataAcc) {} |