$OpenBSD: patch-ui_views_bubble_bubble_delegate_cc,v 1.5 2016/04/27 12:46:16 robert Exp $
--- ui/views/bubble/bubble_delegate.cc.orig.port	Wed Apr 13 23:00:05 2016
+++ ui/views/bubble/bubble_delegate.cc	Thu Apr 14 08:25:16 2016
@@ -96,7 +96,7 @@ Widget* BubbleDelegateView::CreateBubble(BubbleDelegat
   // 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);
