aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h
blob: 5af75de3718dc9310c32f287a8b417eca8eb8790 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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