aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron37/files/patch-content_browser_gpu_gpu__data__manager__impl.h
blob: 36b9fdf39e34daa514bf3541f900c6e90c1d3548 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/gpu/gpu_data_manager_impl.h.orig	2025-06-30 07:04:30 UTC
+++ content/browser/gpu/gpu_data_manager_impl.h
@@ -225,7 +225,7 @@ class CONTENT_EXPORT GpuDataManagerImpl : public GpuDa
   void OnDisplayMetricsChanged(const display::Display& display,
                                uint32_t changed_metrics) override;
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   bool IsGpuMemoryBufferNV12Supported();
 #endif  // BUILDFLAG(IS_LINUX)