ports/www/chromium/files/patch-gpu_ipc_service_x__util.h
Rene Ladan bfedd5f1f0 www/chromium: update to 99.0.4844.51
On the port side, this update brings:
- libvulkan enabled by default
- more unit tests enabled
- no longer dependent on Python 2.7
Security:	https://vuxml.freebsd.org/freebsd/e0914087-9a09-11ec-9e61-3065ec8fd3ec.html
2022-03-02 10:32:47 +01:00

16 lines
423 B
C++

--- gpu/ipc/service/x_util.h.orig 2022-02-28 16:54:41 UTC
+++ gpu/ipc/service/x_util.h
@@ -11,11 +11,11 @@
#include "build/build_config.h"
#include "gpu/ipc/service/gpu_config.h"
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#include "ui/ozone/buildflags.h"
#endif
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#if BUILDFLAG(OZONE_PLATFORM_X11)
namespace gpu {