$OpenBSD: patch-components_viz_host_host_display_client_h,v 1.5 2021/10/29 14:49:40 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
@@ -45,7 +45,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
 
