$OpenBSD: patch-ui_views_bubble_bubble_dialog_delegate_cc,v 1.7 2018/07/30 15:28:28 robert Exp $
Index: ui/views/bubble/bubble_dialog_delegate.cc
--- ui/views/bubble/bubble_dialog_delegate.cc.orig
+++ ui/views/bubble/bubble_dialog_delegate.cc
@@ -107,7 +107,7 @@ Widget* BubbleDialogDelegateView::CreateBubble(
   // 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_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)) || defined(OS_MACOSX)
   // Linux clips bubble windows that extend outside their parent window bounds.
   // Mac never adjusts.
   bubble_delegate->set_adjust_if_offscreen(false);
