aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-ui_gfx_codec_png__codec.cc
blob: c4bfbdc197fc6b5c026f20b1a0a6251841568361 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/codec/png_codec.cc.orig	2023-10-13 13:20:35 UTC
+++ ui/gfx/codec/png_codec.cc
@@ -12,7 +12,7 @@
 #include "base/metrics/histogram_macros.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"