$OpenBSD: patch-ui_message_center_views_notification_view_cc,v 1.8 2016/05/27 06:28:21 robert Exp $
--- ui/message_center/views/notification_view.cc.orig.port	Wed May 25 21:01:13 2016
+++ ui/message_center/views/notification_view.cc	Thu May 26 08:09:50 2016
@@ -173,7 +173,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;
