Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: webkit/support/webkit_support_gfx.cc

Issue 11470020: Generate shim headers for libpng (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/codec/png_codec_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support_gfx.cc
diff --git a/webkit/support/webkit_support_gfx.cc b/webkit/support/webkit_support_gfx.cc
index 1471e29fe6e51d9ce87110c59f525cb4614302ba..1da7a34bf68914e0d28aa773532dbbaa11d9103e 100644
--- a/webkit/support/webkit_support_gfx.cc
+++ b/webkit/support/webkit_support_gfx.cc
@@ -9,11 +9,7 @@
#include <string.h>
extern "C" {
-#if defined(USE_SYSTEM_LIBPNG)
-#include <png.h>
-#else
#include "third_party/libpng/png.h"
-#endif
#if defined(USE_SYSTEM_ZLIB)
#include <zlib.h>
« no previous file with comments | « ui/gfx/codec/png_codec_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698