From f73893a6110f2d4960b372fb4fe38e4fd629ce8f Mon Sep 17 00:00:00 2001 From: npm Date: Wed, 27 Jul 2016 13:54:25 -0700 Subject: Splitting fx_ge_fontmap.cpp Move CFX_FolderFontInfo, CFX_FontMgr, and CFX_FontMapper into their own classes. There are namespaces in each of the new files, having methods from the original namespace in fx_ge_fontmap, according to what each class needs. Review-Url: https://codereview.chromium.org/2185533006 --- core/fxge/apple/fx_mac_imp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/fxge/apple') diff --git a/core/fxge/apple/fx_mac_imp.cpp b/core/fxge/apple/fx_mac_imp.cpp index 8940896901..de808d80f6 100644 --- a/core/fxge/apple/fx_mac_imp.cpp +++ b/core/fxge/apple/fx_mac_imp.cpp @@ -5,7 +5,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/fxge/apple/apple_int.h" +#include "core/fxge/ge/cfx_folderfontinfo.h" #include "core/fxge/include/fx_ge.h" +#include "core/fxge/include/ifx_systemfontinfo.h" #if _FX_OS_ == _FX_MACOSX_ -- cgit v1.2.3