summaryrefslogtreecommitdiff
path: root/core/fxge/dib/fx_dib_main.cpp
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-04 17:22:14 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-04 17:22:14 -0700
commit26b86e625a2c9e0f4e6a01047fef051ffa81e40a (patch)
tree7960c029a579a3f40572cd6685b2d2851c9cf668 /core/fxge/dib/fx_dib_main.cpp
parentff74356915d4c7f7c6eb16de1e9f403da4ecb6d5 (diff)
downloadpdfium-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/dib/fx_dib_main.cpp')
-rw-r--r--core/fxge/dib/fx_dib_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxge/dib/fx_dib_main.cpp b/core/fxge/dib/fx_dib_main.cpp
index 4c294adf5f..a9a1056a3d 100644
--- a/core/fxge/dib/fx_dib_main.cpp
+++ b/core/fxge/dib/fx_dib_main.cpp
@@ -11,6 +11,7 @@
#include "core/fxcodec/include/fx_codec.h"
#include "core/fxge/dib/dib_int.h"
+#include "core/fxge/include/cfx_gemodule.h"
#include "core/fxge/include/fx_ge.h"
void CmykDecode(uint32_t cmyk, int& c, int& m, int& y, int& k) {