Chromium Code Reviews| Index: third_party/libjpeg_turbo/jpeglib.h |
| =================================================================== |
| --- third_party/libjpeg_turbo/jpeglib.h (revision 66718) |
| +++ third_party/libjpeg_turbo/jpeglib.h (working copy) |
| @@ -18,6 +18,10 @@ |
| extern "C" { |
| #endif |
| +/* Begin chromium edits */ |
| +#include "jpeglibmangler.h" |
| +/* End chromium edits */ |
| + |
| /* |
| * First we include the configuration files that record how this |
| * installation of the JPEG library is set up. jconfig.h can be |