Index: ash/common/system/tray/tray_item_view.cc |
diff --git a/ash/common/system/tray/tray_item_view.cc b/ash/common/system/tray/tray_item_view.cc |
index a2cb5e7738484565a109fec87cd407555dbdcfd8..476bcff6cfea69d6305576309bcd1cbd5b8d80f4 100644 |
--- a/ash/common/system/tray/tray_item_view.cc |
+++ b/ash/common/system/tray/tray_item_view.cc |
@@ -30,7 +30,7 @@ namespace ash { |
TrayItemView::TrayItemView(SystemTrayItem* owner) |
: owner_(owner), label_(NULL), image_view_(NULL) { |
- SetPaintToLayer(true); |
+ SetPaintToLayer(); |
layer()->SetFillsBoundsOpaquely(false); |
SetLayoutManager(new views::FillLayout()); |
} |