From 1a8946b09884393d7dc4941e59b3172a7e473b01 Mon Sep 17 00:00:00 2001 From: npm Date: Thu, 18 Aug 2016 10:55:29 -0700 Subject: Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files. Review-Url: https://codereview.chromium.org/2260533002 --- xfa/fgas/font/fgas_gefont.cpp | 2 ++ xfa/fgas/font/fgas_gefont.h | 1 + xfa/fxbarcode/oned/BC_OneDimWriter.cpp | 1 + xfa/fxgraphics/cfx_graphics.cpp | 1 + 4 files changed, 5 insertions(+) (limited to 'xfa') diff --git a/xfa/fgas/font/fgas_gefont.cpp b/xfa/fgas/font/fgas_gefont.cpp index 7492de246b..3a5b1cdbca 100644 --- a/xfa/fgas/font/fgas_gefont.cpp +++ b/xfa/fgas/font/fgas_gefont.cpp @@ -6,6 +6,8 @@ #include "xfa/fgas/font/fgas_gefont.h" +#include "core/fxge/include/cfx_unicodeencoding.h" +#include "core/fxge/include/cfx_unicodeencodingex.h" #include "xfa/fgas/crt/fgas_codepage.h" #include "xfa/fgas/font/fgas_fontutils.h" #include "xfa/fxfa/include/xfa_fontmgr.h" diff --git a/xfa/fgas/font/fgas_gefont.h b/xfa/fgas/font/fgas_gefont.h index 37aa03eda9..cdb19338a2 100644 --- a/xfa/fgas/font/fgas_gefont.h +++ b/xfa/fgas/font/fgas_gefont.h @@ -15,6 +15,7 @@ #define FXFONT_SUBST_ITALIC 0x02 +class CFX_UnicodeEncoding; class CXFA_PDFFontMgr; class CFGAS_GEFont { diff --git a/xfa/fxbarcode/oned/BC_OneDimWriter.cpp b/xfa/fxbarcode/oned/BC_OneDimWriter.cpp index 6a914a91dc..5f10e842ac 100644 --- a/xfa/fxbarcode/oned/BC_OneDimWriter.cpp +++ b/xfa/fxbarcode/oned/BC_OneDimWriter.cpp @@ -30,6 +30,7 @@ #include "core/fxge/include/cfx_graphstatedata.h" #include "core/fxge/include/cfx_pathdata.h" #include "core/fxge/include/cfx_renderdevice.h" +#include "core/fxge/include/cfx_unicodeencodingex.h" #include "xfa/fxbarcode/BC_Writer.h" #include "xfa/fxbarcode/common/BC_CommonBitMatrix.h" diff --git a/xfa/fxgraphics/cfx_graphics.cpp b/xfa/fxgraphics/cfx_graphics.cpp index 083ef7bff4..068ed015f4 100644 --- a/xfa/fxgraphics/cfx_graphics.cpp +++ b/xfa/fxgraphics/cfx_graphics.cpp @@ -11,6 +11,7 @@ #include "core/fxge/include/cfx_fxgedevice.h" #include "core/fxge/include/cfx_gemodule.h" #include "core/fxge/include/cfx_renderdevice.h" +#include "core/fxge/include/cfx_unicodeencoding.h" #include "xfa/fxgraphics/cagg_graphics.h" #include "xfa/fxgraphics/cfx_color.h" #include "xfa/fxgraphics/cfx_path.h" -- cgit v1.2.3