aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2022-03-29 20:42:38 +0000
committerRene Ladan <rene@FreeBSD.org>2022-03-29 20:44:59 +0000
commit1e683edf9a258d43c95b485ad96f5c39860770cb (patch)
tree0a7fbd0d7c8ce4cc3a87f4bd35de427374a8f45f /www/chromium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h
parent884d2c502102da1eb803a5d178e7c7189e657340 (diff)
downloadports-1e683edf9a258d43c95b485ad96f5c39860770cb.tar.gz
ports-1e683edf9a258d43c95b485ad96f5c39860770cb.zip
www/chromium: update to 100.0.4896.60
Enable some more unit tests. Security: ab2d7f62-af9d-11ec-a0b8-3065ec8fd3ec
Diffstat (limited to 'www/chromium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h')
-rw-r--r--www/chromium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h b/www/chromium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h
new file mode 100644
index 000000000000..5af75de3718d
--- /dev/null
+++ b/www/chromium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h
@@ -0,0 +1,11 @@
+--- third_party/dawn/include/dawn/native/VulkanBackend.h.orig 2022-03-25 21:59:56 UTC
++++ third_party/dawn/include/dawn/native/VulkanBackend.h
+@@ -69,7 +69,7 @@ namespace dawn::native::vulkan {
+ };
+
+ // Can't use DAWN_PLATFORM_LINUX since header included in both Dawn and Chrome
+-#ifdef __linux__
++#if defined(__linux__) || defined(__OpenBSD__) || defined(__FreeBSD__)
+
+ // Common properties of external images represented by FDs. On successful import the file
+ // descriptor's ownership is transferred to the Dawn implementation and they shouldn't be