aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_message__center_views_notification__view.cc
blob: e81df85cfe8c4b5c6fe0b68470da3e0c692f5289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/message_center/views/notification_view.cc.orig	2016-05-11 19:02:35 UTC
+++ ui/message_center/views/notification_view.cc
@@ -199,7 +199,7 @@ NotificationView* NotificationView::Crea
   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;