summaryrefslogtreecommitdiff
path: root/core/fxge/include/cfx_fontcache.h
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-19 16:17:57 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-19 16:17:57 -0700
commit19ecc23e30f0d5368a703d751afd718a0c6434f6 (patch)
treeb9ce9e74d963178bde5c6d9c1c540b1e4cf456b6 /core/fxge/include/cfx_fontcache.h
parent68624257bf300036a3898015eee718a6026ca6f5 (diff)
downloadpdfium-19ecc23e30f0d5368a703d751afd718a0c6434f6.tar.xz
Move CFX_FaceCache to its own file
Moved ScopedFontTransform from fx_ge_text namespace to fx_font Moved some arrays used by both CFX_Font and CFX_FaceCache from fx_ge_text to inside CFX_Font class Review-Url: https://codereview.chromium.org/2263623002
Diffstat (limited to 'core/fxge/include/cfx_fontcache.h')
-rw-r--r--core/fxge/include/cfx_fontcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fxge/include/cfx_fontcache.h b/core/fxge/include/cfx_fontcache.h
index 3aee20755d..d4a4dddaa5 100644
--- a/core/fxge/include/cfx_fontcache.h
+++ b/core/fxge/include/cfx_fontcache.h
@@ -13,6 +13,8 @@
#include "core/fxge/include/fx_font.h"
#include "core/fxge/include/fx_freetype.h"
+class CFX_FaceCache;
+
class CFX_FontCache {
public:
CFX_FontCache();