$OpenBSD: patch-content_browser_renderer_host_delegated_frame_host_cc,v 1.3 2021/10/29 14:49:41 robert Exp $

Index: content/browser/renderer_host/delegated_frame_host.cc
--- content/browser/renderer_host/delegated_frame_host.cc.orig
+++ content/browser/renderer_host/delegated_frame_host.cc
@@ -271,7 +271,7 @@ void DelegatedFrameHost::EmbedSurface(
 
   if (!primary_surface_id ||
       primary_surface_id->local_surface_id() != local_surface_id_) {
-#if defined(OS_WIN) || defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_WIN) || defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
     // On Windows and Linux, we would like to produce new content as soon as
     // possible or the OS will create an additional black gutter. Until we can
     // block resize on surface synchronization on these platforms, we will not
