summaryrefslogtreecommitdiff
path: root/core/fxge/ge/cfx_fontmgr.cpp
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-29 09:35:12 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-29 09:35:12 -0700
commit81ee14da357bb8bb141930d96e07a46f6d472720 (patch)
treebb3d188137887b563ea111d090fbd0f05ed7f5a5 /core/fxge/ge/cfx_fontmgr.cpp
parent5283e674fecf3732d89a8f7f144545af2301ccec (diff)
downloadpdfium-81ee14da357bb8bb141930d96e07a46f6d472720.tar.xz
Move CFX_SubstFont and CTTFontDesc into their own files
Review-Url: https://codereview.chromium.org/2292503002
Diffstat (limited to 'core/fxge/ge/cfx_fontmgr.cpp')
-rw-r--r--core/fxge/ge/cfx_fontmgr.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/fxge/ge/cfx_fontmgr.cpp b/core/fxge/ge/cfx_fontmgr.cpp
index 3f03988cb7..ec1d81b237 100644
--- a/core/fxge/ge/cfx_fontmgr.cpp
+++ b/core/fxge/ge/cfx_fontmgr.cpp
@@ -7,9 +7,11 @@
#include "core/fxge/include/cfx_fontmgr.h"
#include "core/fxge/fontdata/chromefontdata/chromefontdata.h"
+#include "core/fxge/ge/cttfontdesc.h"
#include "core/fxge/include/cfx_fontmapper.h"
-#include "core/fxge/include/ifx_systemfontinfo.h"
+#include "core/fxge/include/cfx_substfont.h"
#include "core/fxge/include/fx_font.h"
+#include "core/fxge/include/ifx_systemfontinfo.h"
namespace {