Chromium Code Reviews| Index: webkit/support/webkit_support_gfx.cc |
| diff --git a/webkit/support/webkit_support_gfx.cc b/webkit/support/webkit_support_gfx.cc |
| index 1da7a34bf68914e0d28aa773532dbbaa11d9103e..cd5b25c60897bf28bc855495fe45458ebf2f8801 100644 |
| --- a/webkit/support/webkit_support_gfx.cc |
| +++ b/webkit/support/webkit_support_gfx.cc |
| @@ -10,12 +10,7 @@ |
| extern "C" { |
| #include "third_party/libpng/png.h" |
| - |
| -#if defined(USE_SYSTEM_ZLIB) |
| -#include <zlib.h> |
| -#else |
| #include "third_party/zlib/zlib.h" |
|
Mark Mentovai
2012/12/18 19:48:17
And here.
Paweł Hajdan Jr.
2012/12/18 20:57:41
Done.
|
| -#endif |
| } |
| namespace webkit_support { |