$OpenBSD: patch-ui_message_center_views_message_view_factory_cc,v 1.5 2018/05/04 07:14:58 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
@@ -57,7 +57,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;
