| Index: ash/common/system/tray/tray_background_view.cc
|
| diff --git a/ash/common/system/tray/tray_background_view.cc b/ash/common/system/tray/tray_background_view.cc
|
| index 4fdc3dcf30b35fcd3e4fa62dac4f8c228099127b..d7634c2f2506b9849d238679ad950899d86abac2 100644
|
| --- a/ash/common/system/tray/tray_background_view.cc
|
| +++ b/ash/common/system/tray/tray_background_view.cc
|
| @@ -302,7 +302,7 @@ TrayBackgroundView::TrayBackgroundView(WmShelf* wm_shelf)
|
| SetContents(tray_container_);
|
| tray_event_filter_.reset(new TrayEventFilter);
|
|
|
| - SetPaintToLayer(true);
|
| + SetPaintToLayer();
|
| layer()->SetFillsBoundsOpaquely(false);
|
| // Start the tray items not visible, because visibility changes are animated.
|
| views::View::SetVisible(false);
|
|
|