$OpenBSD: patch-ui_message_center_views_message_view_factory_cc,v 1.7 2018/03/12 13:48:34 robert Exp $
Index: ui/message_center/views/message_view_factory.cc
--- ui/message_center/views/message_view_factory.cc.orig
+++ ui/message_center/views/message_view_factory.cc
@@ -56,7 +56,7 @@ MessageView* MessageViewFactory::Create(const Notifica
       notification_view = new NotificationView(notification);
   }
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   // Don't create shadows for notification toasts on Linux or CrOS.
   if (top_level)
     return notification_view;
