$OpenBSD: patch-ui_message_center_views_notification_view_cc,v 1.5 2016/01/23 18:49:31 robert Exp $
--- ui/message_center/views/notification_view.cc.orig.port	Wed Jan 20 21:01:26 2016
+++ ui/message_center/views/notification_view.cc	Fri Jan 22 19:58:59 2016
@@ -250,7 +250,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;
