aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h
blob: 431fe6a06eea3318172f87a594429e1f5ee0d8fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;
 }