blob: 7dbc3f1b095a762f22cfbf0820fede66e4e55583 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/renderer/chrome_render_frame_observer.cc.orig 2022-10-05 07:34:01 UTC
+++ chrome/renderer/chrome_render_frame_observer.cc
@@ -340,7 +340,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())
|