Index: ash/common/system/tray/tray_popup_item_container.cc |
diff --git a/ash/common/system/tray/tray_popup_item_container.cc b/ash/common/system/tray/tray_popup_item_container.cc |
index f342878f2046ee8a69484ba8e1927bcae3cee09a..3a3d0d50dc08748d1be1715e0e82205a4fec67d6 100644 |
--- a/ash/common/system/tray/tray_popup_item_container.cc |
+++ b/ash/common/system/tray/tray_popup_item_container.cc |
@@ -19,7 +19,7 @@ TrayPopupItemContainer::TrayPopupItemContainer(views::View* view, |
layout->SetDefaultFlex(1); |
SetLayoutManager(layout); |
if (view->layer()) { |
- SetPaintToLayer(true); |
+ SetPaintToLayer(); |
layer()->SetFillsBoundsOpaquely(view->layer()->fills_bounds_opaquely()); |
} |
AddChildView(view); |