$OpenBSD: patch-ui_message_center_views_notification_view_cc,v 1.1 2014/07/20 17:22:34 robert Exp $
--- ui/message_center/views/notification_view.cc.orig.port	Sat Jul 19 05:41:40 2014
+++ ui/message_center/views/notification_view.cc	Sat Jul 19 05:47:26 2014
@@ -281,7 +281,7 @@ NotificationView* NotificationView::Create(MessageCent
   NotificationView* notification_view =
       new NotificationView(controller, notification);
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
   // Don't create shadows for notification toasts on linux wih aura.
   if (top_level)
     return notification_view;
