mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
Approved by: rene (mentor, implicit) Security: https://vuxml.freebsd.org/freebsd/fd87a250-ff78-11ed-8290-a8a1599412c6.html
11 lines
444 B
C++
11 lines
444 B
C++
--- ui/gfx/codec/png_codec.cc.orig 2023-05-31 08:12:17 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"
|