$OpenBSD: patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h,v 1.12 2021/11/16 11:28:46 robert Exp $

Index: components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h
--- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h.orig
+++ components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h
@@ -187,7 +187,7 @@ class VIZ_SERVICE_EXPORT RootCompositorFrameSinkImpl
 
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
   gfx::Size last_swap_pixel_size_;
 #endif
 };
