diff options
author | npm <npm@chromium.org> | 2016-08-18 10:55:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-18 10:55:29 -0700 |
commit | 1a8946b09884393d7dc4941e59b3172a7e473b01 (patch) | |
tree | 12bfdaad2b15bd515f8d8fff27c7fe0db63cce2b /xfa/fxgraphics | |
parent | 2eb7c7dd6392488d858989da8d57d618f58f04ca (diff) | |
download | pdfium-1a8946b09884393d7dc4941e59b3172a7e473b01.tar.xz |
Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files.
Review-Url: https://codereview.chromium.org/2260533002
Diffstat (limited to 'xfa/fxgraphics')
-rw-r--r-- | xfa/fxgraphics/cfx_graphics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |