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

Unified Diff: xfa/fde/tto/fde_textout.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_visualset.h ('k') | xfa/fde/tto/fde_textout.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/tto/fde_textout.h
diff --git a/xfa/src/fde/tto/fde_textout.h b/xfa/fde/tto/fde_textout.h
similarity index 96%
rename from xfa/src/fde/tto/fde_textout.h
rename to xfa/fde/tto/fde_textout.h
index 0b8074bad7a3fd0ec93104e2174c1f08fbcadc22..c94571b5f806dec979743959c4476ebb462fd2e0 100644
--- a/xfa/src/fde/tto/fde_textout.h
+++ b/xfa/fde/tto/fde_textout.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_TTO_FDE_TEXTOUT_H_
-#define XFA_SRC_FDE_TTO_FDE_TEXTOUT_H_
+#ifndef XFA_FDE_TTO_FDE_TEXTOUT_H_
+#define XFA_FDE_TTO_FDE_TEXTOUT_H_
#include "core/include/fxge/fx_dib.h"
#include "core/include/fxge/fx_ge.h"
-#include "xfa/src/fgas/font/fgas_font.h"
+#include "xfa/fgas/font/fgas_font.h"
#define FDE_TTOSTYLE_Underline 0x0001
#define FDE_TTOSTYLE_Strikeout 0x0002
@@ -99,4 +99,4 @@ class IFDE_TextOut {
virtual int32_t GetTotalLines() = 0;
};
-#endif // XFA_SRC_FDE_TTO_FDE_TEXTOUT_H_
+#endif // XFA_FDE_TTO_FDE_TEXTOUT_H_
« no previous file with comments | « xfa/fde/fde_visualset.h ('k') | xfa/fde/tto/fde_textout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698