aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h
blob: 5a3aadabc02029b7726f7ff71d8bc15aa8b38b1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h.orig	2024-02-21 00:20:44 UTC
+++ components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h
@@ -210,7 +210,7 @@ class VIZ_SERVICE_EXPORT RootCompositorFrameSinkImpl
   // to actually unref.
   LocalSurfaceId to_evict_on_next_draw_and_swap_ = LocalSurfaceId();
 
-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11)
   gfx::Size last_swap_pixel_size_;
 #endif  // BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)