1 --- third_party/dawn/include/dawn/native/VulkanBackend.h.orig	2022-07-22 17:30:31 UTC
2 +++ third_party/dawn/include/dawn/native/VulkanBackend.h
3 @@ -70,7 +70,7 @@ struct ExternalImageExportInfoVk : ExternalImageExport
4  };
5 
6  // Can't use DAWN_PLATFORM_IS(LINUX) since header included in both Dawn and Chrome
7 -#ifdef __linux__
8 +#if defined(__linux__) || defined(__OpenBSD__) || defined(__FreeBSD__)
9 
10  // Common properties of external images represented by FDs. On successful import the file
11  // descriptor's ownership is transferred to the Dawn implementation and they shouldn't be
12