aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc
blob: a186c499b0e5405ce7637be29b16071f62273fa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/renderer_host/delegated_frame_host.cc.orig	2021-05-12 22:05:52 UTC
+++ content/browser/renderer_host/delegated_frame_host.cc
@@ -259,7 +259,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