| Index: ui/app_list/apps_grid_view.cc
|
| diff --git a/ui/app_list/apps_grid_view.cc b/ui/app_list/apps_grid_view.cc
|
| index 3895bf6b8b3a32ef074778ec19cd7af420ad1974..4cdcf23b710e000281f6d48349d280bea2fb286b 100644
|
| --- a/ui/app_list/apps_grid_view.cc
|
| +++ b/ui/app_list/apps_grid_view.cc
|
| @@ -275,6 +275,8 @@ AppListItemView* AppsGridView::CreateViewForItemAtIndex(size_t index) {
|
| model_->GetItemAt(index),
|
| listener_);
|
| item->SetIconSize(icon_size_);
|
| + item->SetPaintToLayer(true);
|
| + item->SetFillsBoundsOpaquely(false);
|
| return item;
|
| }
|
|
|
|
|