summaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-ui_gfx_gpu__extra__info.h
blob: 3697369bcb6288010372d333351118f8ee932fcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/gpu_extra_info.h.orig	2025-06-30 07:04:30 UTC
+++ ui/gfx/gpu_extra_info.h
@@ -51,7 +51,7 @@ struct COMPONENT_EXPORT(GFX) GpuExtraInfo {
   std::vector<gfx::BufferUsageAndFormat> gpu_memory_buffer_support_x11;
 #endif  // BUILDFLAG(IS_OZONE_X11)
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   bool is_gmb_nv12_supported = false;
 #endif
 };