| Index: ash/common/system/web_notification/web_notification_tray.cc
|
| diff --git a/ash/common/system/web_notification/web_notification_tray.cc b/ash/common/system/web_notification/web_notification_tray.cc
|
| index 0cbd26d5899eb95ff4b9eb327855071e71670a80..f582d8df2904d0079b767e72b91a4f72b774726a 100644
|
| --- a/ash/common/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/common/system/web_notification/web_notification_tray.cc
|
| @@ -124,7 +124,7 @@ class WebNotificationItem : public views::View, public gfx::AnimationDelegate {
|
| WebNotificationItem(gfx::AnimationContainer* container,
|
| WebNotificationTray* tray)
|
| : tray_(tray) {
|
| - SetPaintToLayer(true);
|
| + SetPaintToLayer();
|
| layer()->SetFillsBoundsOpaquely(false);
|
| views::View::SetVisible(false);
|
| set_owned_by_client();
|
|
|