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 /core/fxge/android | |
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 'core/fxge/android')
-rw-r--r-- | core/fxge/android/fx_android_imp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxge/android/fx_android_imp.cpp b/core/fxge/android/fx_android_imp.cpp index e4a830ff65..a6bddc7117 100644 --- a/core/fxge/android/fx_android_imp.cpp +++ b/core/fxge/android/fx_android_imp.cpp @@ -13,6 +13,7 @@ #include "core/fxge/android/fpf_skiamodule.h" #include "core/fxge/android/fx_android_font.h" +#include "core/fxge/include/cfx_gemodule.h" #include "core/fxge/include/fx_ge.h" void CFX_GEModule::InitPlatform() { |