summaryrefslogtreecommitdiff
path: root/xfa
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-17 13:22:16 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-17 13:22:16 -0700
commitd691899dbff8a8aa024596302fcea1f7d7935252 (patch)
tree6f94904e752a859614da0edc5c2bd84184909bbb /xfa
parent260f5fbf3553a96fa49b029cc050220039c30e2a (diff)
downloadpdfium-d691899dbff8a8aa024596302fcea1f7d7935252.tar.xz
Split fx_font into multiple files, part 1.
Moved classes CFX_FontCache and CFX_AutoFontCache into a separate file. Review-Url: https://codereview.chromium.org/2246223002
Diffstat (limited to 'xfa')
-rw-r--r--xfa/fde/fde_gedevice.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fde/fde_gedevice.cpp b/xfa/fde/fde_gedevice.cpp
index 2579365245..778eb73879 100644
--- a/xfa/fde/fde_gedevice.cpp
+++ b/xfa/fde/fde_gedevice.cpp
@@ -8,6 +8,7 @@
#include <algorithm>
+#include "core/fxge/include/cfx_fontcache.h"
#include "core/fxge/include/cfx_gemodule.h"
#include "core/fxge/include/cfx_graphstatedata.h"
#include "core/fxge/include/cfx_renderdevice.h"