aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gfx_codec_png__codec.cc
blob: b34adc45f85757f7762e90a05b9c098b008fe167 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/codec/png_codec.cc.orig	2022-02-07 13:39:41 UTC
+++ ui/gfx/codec/png_codec.cc
@@ -10,7 +10,7 @@
 #include "base/memory/raw_ptr.h"
 #include "base/notreached.h"
 #include "base/strings/string_util.h"
-#include "third_party/libpng/png.h"
+#include <png.h>
 #include "third_party/skia/include/core/SkBitmap.h"
 #include "third_party/skia/include/core/SkColorPriv.h"
 #include "third_party/skia/include/core/SkUnPreMultiply.h"