aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_renderer_chrome__render__frame__observer.cc
blob: ae502ab49cbefe5ba1bf9f636e9343c9fffa2f5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/renderer/chrome_render_frame_observer.cc.orig	2022-07-22 17:30:31 UTC
+++ chrome/renderer/chrome_render_frame_observer.cc
@@ -329,7 +329,7 @@ void ChromeRenderFrameObserver::OnDestruct() {
 
 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())