$OpenBSD: patch-components_viz_host_host_display_client_cc,v 1.7 2021/09/01 16:54:39 robert Exp $

Index: components/viz/host/host_display_client.cc
--- components/viz/host/host_display_client.cc.orig
+++ components/viz/host/host_display_client.cc
@@ -60,7 +60,7 @@ void HostDisplayClient::CreateLayeredWindowUpdater(
 
 // 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 HostDisplayClient::DidCompleteSwapWithNewSize(const gfx::Size& size) {
   NOTIMPLEMENTED();
 }
