aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-ui_gfx_codec_png__codec.cc
blob: b06b2f827cc32acbf6e942af545bab1360963034 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/codec/png_codec.cc.orig	2023-06-05 19:39:05 UTC
+++ ui/gfx/codec/png_codec.cc
@@ -11,7 +11,7 @@
 #include "base/memory/raw_ptr_exclusion.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"