$OpenBSD: patch-components_viz_host_host_display_client_cc,v 1.3 2021/04/01 10:24:44 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
@@ -56,7 +56,7 @@ void HostDisplayClient::CreateLayeredWindowUpdater(
 }
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
 void HostDisplayClient::DidCompleteSwapWithNewSize(const gfx::Size& size) {
   NOTIMPLEMENTED();
 }
