aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_renderer_chrome__render__frame__observer.cc
blob: edbb866dc46e2175cb4f29253bbd974b47da24ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/renderer/chrome_render_frame_observer.cc.orig	2024-04-23 07:42:17 UTC
+++ chrome/renderer/chrome_render_frame_observer.cc
@@ -360,7 +360,7 @@ void ChromeRenderFrameObserver::WillDetach(blink::Deta
 
 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())