summaryrefslogtreecommitdiff
path: root/xfa/fgas/font/cfgas_defaultfontmanager.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-02 22:39:16 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-02 22:39:16 +0000
commit4dbea51fc4bfdcc520dec2b949fd44ec8881cac9 (patch)
tree7b79a1f13b38bf16b4db29ede0d82b2d6a7a183a /xfa/fgas/font/cfgas_defaultfontmanager.h
parentc0a3a9b72f9bddd0b0a2b0465d961c6d9584558b (diff)
downloadpdfium-4dbea51fc4bfdcc520dec2b949fd44ec8881cac9.tar.xz
Reduce includes in cfgas_defaultfontmanager.h
Do IWYU elsewhere, and unindent CFGAS_DefaultFontManager::GetFont(). Change-Id: Idb06c4ae75ce2d72b231cc4c84f61e5ca8a80cc5 Reviewed-on: https://pdfium-review.googlesource.com/c/43314 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fgas/font/cfgas_defaultfontmanager.h')
-rw-r--r--xfa/fgas/font/cfgas_defaultfontmanager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xfa/fgas/font/cfgas_defaultfontmanager.h b/xfa/fgas/font/cfgas_defaultfontmanager.h
index 623beb4810..3d723d5e14 100644
--- a/xfa/fgas/font/cfgas_defaultfontmanager.h
+++ b/xfa/fgas/font/cfgas_defaultfontmanager.h
@@ -9,7 +9,9 @@
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/retain_ptr.h"
-#include "xfa/fgas/font/cfgas_gefont.h"
+
+class CFGAS_GEFont;
+class CFGAS_FontMgr;
class CFGAS_DefaultFontManager {
public: