$OpenBSD: patch-components_viz_host_host_display_client_h,v 1.10 2021/11/16 11:28:46 robert Exp $

Index: components/viz/host/host_display_client.h
--- components/viz/host/host_display_client.h.orig
+++ components/viz/host/host_display_client.h
@@ -49,7 +49,7 @@ class VIZ_HOST_EXPORT HostDisplayClient : public mojom
 
 // 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)
   void DidCompleteSwapWithNewSize(const gfx::Size& size) override;
 #endif
 
