summaryrefslogtreecommitdiff
path: root/xfa/fgas/font/cfgas_fontmgr.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-09-27 11:50:23 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-27 16:01:47 +0000
commite950b119ac10aa8fcaf3b3e06ea0e8f6d5f48ee0 (patch)
tree85e41fea1374f03696f0b289492bc77fdc3a0648 /xfa/fgas/font/cfgas_fontmgr.h
parentc29c16f8cb98f4892dd13b0c7b6b08280687d6b0 (diff)
downloadpdfium-e950b119ac10aa8fcaf3b3e06ea0e8f6d5f48ee0.tar.xz
Move static methods to anonymous namespace
This CL moves the static CFGAS_FontMgr methods to the anonymous namespace. Change-Id: I2835099ed9e503ee04daca3012a4ddd278255fdc Reviewed-on: https://pdfium-review.googlesource.com/14830 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'xfa/fgas/font/cfgas_fontmgr.h')
-rw-r--r--xfa/fgas/font/cfgas_fontmgr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fgas/font/cfgas_fontmgr.h b/xfa/fgas/font/cfgas_fontmgr.h
index 76b65f8719..b97c4b219d 100644
--- a/xfa/fgas/font/cfgas_fontmgr.h
+++ b/xfa/fgas/font/cfgas_fontmgr.h
@@ -79,9 +79,8 @@ typedef void (*FX_LPEnumAllFonts)(std::deque<FX_FONTDESCRIPTOR>* fonts,
const wchar_t* pwsFaceName,
wchar_t wUnicode);
-FX_LPEnumAllFonts FX_GetDefFontEnumerator();
-
#else // _FX_PLATFORM_ == _FX_PLATFORM_WINDOWS_
+
class CFX_FontDescriptor {
public:
CFX_FontDescriptor();