$OpenBSD: patch-ui_views_controls_menu_menu_scroll_view_container_cc,v 1.1 2014/07/20 17:22:34 robert Exp $
--- ui/views/controls/menu/menu_scroll_view_container.cc.orig.port	Sat Jul 19 05:41:40 2014
+++ ui/views/controls/menu/menu_scroll_view_container.cc	Sat Jul 19 05:48:54 2014
@@ -281,7 +281,7 @@ void MenuScrollViewContainer::CreateDefaultBorder() {
   int padding = menu_config.corner_radius > 0 ?
         kBorderPaddingDueToRoundedCorners : 0;
 
-#if !(defined(OS_LINUX) && !defined(OS_CHROMEOS))
+#if !((defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS))
   if (menu_config.native_theme == ui::NativeThemeAura::instance()) {
     // In case of NativeThemeAura the border gets drawn with the shadow.
     // Furthermore no additional padding is wanted.
