diff options
author | Nicolas Pena <npm@chromium.org> | 2017-04-04 17:47:50 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-04 22:20:42 +0000 |
commit | 236ce3ba2f274307db9ed49c595e242cd811716c (patch) | |
tree | c155d54f3f917a5ae28047776f8109cd688bf249 /core/fxge/dib/cfx_dibitmap.cpp | |
parent | afd0d1f488ea55da545b3310fd8f22e45522a695 (diff) | |
download | pdfium-236ce3ba2f274307db9ed49c595e242cd811716c.tar.xz |
Remove dib_int.h
This CL removes dib_int.h by moving CStretchEngine to its own file, other
classes to where they are used, and the remaining to fx_dib.h.
Change-Id: Ie2d4bb39389737cd631f92b88000ea942608da21
Reviewed-on: https://pdfium-review.googlesource.com/3714
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'core/fxge/dib/cfx_dibitmap.cpp')
-rw-r--r-- | core/fxge/dib/cfx_dibitmap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxge/dib/cfx_dibitmap.cpp b/core/fxge/dib/cfx_dibitmap.cpp index 6292a67870..54977a6d23 100644 --- a/core/fxge/dib/cfx_dibitmap.cpp +++ b/core/fxge/dib/cfx_dibitmap.cpp @@ -13,7 +13,6 @@ #include "core/fxcodec/fx_codec.h" #include "core/fxge/cfx_gemodule.h" #include "core/fxge/dib/cfx_scanlinecompositor.h" -#include "core/fxge/dib/dib_int.h" #include "core/fxge/ge/cfx_cliprgn.h" #include "third_party/base/ptr_util.h" |