--- chrome/renderer/chrome_render_frame_observer.cc.orig 2024-04-15 20:33:50 UTC +++ chrome/renderer/chrome_render_frame_observer.cc @@ -358,7 +358,7 @@ void ChromeRenderFrameObserver::DraggableRegionsChange void ChromeRenderFrameObserver::DraggableRegionsChanged() { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) // Only the main frame is allowed to control draggable regions, to avoid other // frames manipulate the regions in the browser process. if (!render_frame()->IsMainFrame())