aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui__views__bubble__bubble_delegate.cc
blob: 57439c97ff21ce1dfafba6df0e4ca02c45746146 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/views/bubble/bubble_delegate.cc.orig	2015-10-14 19:28:13.258489000 +0200
+++ ui/views/bubble/bubble_delegate.cc	2015-10-14 19:28:52.612078000 +0200
@@ -106,7 +106,7 @@
   // the parent frame and let DWM handle compositing.  If not, then we don't
   // want to allow the bubble to extend the frame because it will be clipped.
   bubble_delegate->set_adjust_if_offscreen(ui::win::IsAeroGlassEnabled());
-#elif (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_MACOSX)
+#elif (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_MACOSX) || defined(OS_BSD)
   // Linux clips bubble windows that extend outside their parent window bounds.
   // Mac never adjusts.
   bubble_delegate->set_adjust_if_offscreen(false);