aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h')
-rw-r--r--devel/electron23/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron23/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h b/devel/electron23/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h
new file mode 100644
index 000000000000..431fe6a06eea
--- /dev/null
+++ b/devel/electron23/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h
@@ -0,0 +1,11 @@
+--- gpu/ipc/common/gpu_memory_buffer_support.h.orig 2023-02-01 18:43:21 UTC
++++ gpu/ipc/common/gpu_memory_buffer_support.h
+@@ -18,7 +18,7 @@
+ #include "ui/gfx/geometry/size.h"
+ #include "ui/gfx/gpu_memory_buffer.h"
+
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_OZONE)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_OZONE) || BUILDFLAG(IS_BSD)
+ namespace gfx {
+ class ClientNativePixmapFactory;
+ }