blob: bc0e35c9aeaabc6f1cb515d3fb718f5c0a4ee503 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/renderer/chrome_render_frame_observer.cc.orig 2023-01-17 19:19:00 UTC
+++ chrome/renderer/chrome_render_frame_observer.cc
@@ -344,7 +344,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())
|