diff options
author | npm <npm@chromium.org> | 2016-08-04 17:22:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-04 17:22:14 -0700 |
commit | 26b86e625a2c9e0f4e6a01047fef051ffa81e40a (patch) | |
tree | 7960c029a579a3f40572cd6685b2d2851c9cf668 /xfa/fxfa | |
parent | ff74356915d4c7f7c6eb16de1e9f403da4ecb6d5 (diff) | |
download | pdfium-26b86e625a2c9e0f4e6a01047fef051ffa81e40a.tar.xz |
Move CFX_GEModule into its own file
This is the first CL in an attempt to split up the classes in fxge/include/fx_ge.h into their own files.
Review-Url: https://codereview.chromium.org/2217663002
Diffstat (limited to 'xfa/fxfa')
-rw-r--r-- | xfa/fxfa/app/xfa_ffwidget.cpp | 1 | ||||
-rw-r--r-- | xfa/fxfa/parser/xfa_localemgr.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp index e4b25dec85..4fac623bdd 100644 --- a/xfa/fxfa/app/xfa_ffwidget.cpp +++ b/xfa/fxfa/app/xfa_ffwidget.cpp @@ -12,6 +12,7 @@ #include "core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h" #include "core/fxcodec/codec/include/ccodec_progressivedecoder.h" #include "core/fxcodec/include/fx_codec.h" +#include "core/fxge/include/cfx_gemodule.h" #include "xfa/fxfa/app/xfa_textlayout.h" #include "xfa/fxfa/include/fxfa_widget.h" #include "xfa/fxfa/include/cxfa_eventparam.h" diff --git a/xfa/fxfa/parser/xfa_localemgr.cpp b/xfa/fxfa/parser/xfa_localemgr.cpp index 24f240ddd0..2d2bddd44a 100644 --- a/xfa/fxfa/parser/xfa_localemgr.cpp +++ b/xfa/fxfa/parser/xfa_localemgr.cpp @@ -8,6 +8,7 @@ #include "core/fxcodec/include/fx_codec.h" #include "core/fxcrt/include/fx_xml.h" +#include "core/fxge/include/cfx_gemodule.h" #include "core/fxge/include/fx_ge.h" #include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/xfa_locale.h" |