Index: ui/app_list/views/folder_background_view.cc |
diff --git a/ui/app_list/views/folder_background_view.cc b/ui/app_list/views/folder_background_view.cc |
index c4c1cc89f32620620e2eb066011634e697c63301..2d58893da53bc5f6310e2959d998086e6d85ab93 100644 |
--- a/ui/app_list/views/folder_background_view.cc |
+++ b/ui/app_list/views/folder_background_view.cc |
@@ -25,7 +25,7 @@ const int kBubbleTransitionDurationMs = 200; |
FolderBackgroundView::FolderBackgroundView() |
: folder_view_(NULL), |
show_state_(NO_BUBBLE) { |
- SetPaintToLayer(true); |
+ SetPaintToLayer(); |
layer()->SetFillsBoundsOpaquely(false); |
} |