From 1a43b3064dc38a55de4b1d727237806578bb3ef9 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 26 Sep 2017 11:09:35 -0400 Subject: Remove font default params This CL removes some default parameters from the font code. Change-Id: If6f6e09c93474e1e8b7ffaae53eb37dd40c32fab Reviewed-on: https://pdfium-review.googlesource.com/14815 Reviewed-by: Ryan Harrison Commit-Queue: dsinclair --- xfa/fgas/font/cfgas_fontmgr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/fgas/font/cfgas_fontmgr.h') diff --git a/xfa/fgas/font/cfgas_fontmgr.h b/xfa/fgas/font/cfgas_fontmgr.h index 0bcee12e4d..9424cd9657 100644 --- a/xfa/fgas/font/cfgas_fontmgr.h +++ b/xfa/fgas/font/cfgas_fontmgr.h @@ -109,8 +109,8 @@ class CFGAS_FontMgr : public Observable { uint32_t dwFontStyles, uint32_t dwMatchFlags, uint16_t wCodePage, - uint32_t dwUSB = 999, - wchar_t wUnicode = 0); + uint32_t dwUSB, + wchar_t wUnicode); FX_LPEnumAllFonts m_pEnumerator; std::deque m_FontFaces; -- cgit v1.2.3