summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffapp.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-02 22:40:06 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-02 22:40:06 +0000
commit0c56d6362b95fe0181be2c2ac66db1c3ab73552b (patch)
tree1f2e8df8e6b6e281405d69e2413a68f338917f50 /xfa/fxfa/cxfa_ffapp.h
parent4dbea51fc4bfdcc520dec2b949fd44ec8881cac9 (diff)
downloadpdfium-0c56d6362b95fe0181be2c2ac66db1c3ab73552b.tar.xz
Make CFGAS_DefaultFontManager a class with only static methods.
It has no member variables. Change-Id: I25b333e201d76e90d25e3f526cf23bccd2b4687a Reviewed-on: https://pdfium-review.googlesource.com/c/43315 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_ffapp.h')
-rw-r--r--xfa/fxfa/cxfa_ffapp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fxfa/cxfa_ffapp.h b/xfa/fxfa/cxfa_ffapp.h
index a729560e9b..4a93780657 100644
--- a/xfa/fxfa/cxfa_ffapp.h
+++ b/xfa/fxfa/cxfa_ffapp.h
@@ -17,7 +17,6 @@
#include "xfa/fxfa/cxfa_fontmgr.h"
#include "xfa/fxfa/fxfa.h"
-class CFGAS_DefaultFontManager;
class CFGAS_FontMgr;
class CFWL_WidgetMgr;
class CPDF_Document;
@@ -33,8 +32,6 @@ class CXFA_FFApp {
explicit CXFA_FFApp(IXFA_AppProvider* pProvider);
~CXFA_FFApp();
- void SetDefaultFontMgr(std::unique_ptr<CFGAS_DefaultFontManager> pFontMgr);
-
CXFA_FWLAdapterWidgetMgr* GetFWLAdapterWidgetMgr();
CFWL_WidgetMgr* GetFWLWidgetMgr() const { return m_pFWLApp->GetWidgetMgr(); }