| Index: ui/app_list/views/top_icon_animation_view.cc
|
| diff --git a/ui/app_list/views/top_icon_animation_view.cc b/ui/app_list/views/top_icon_animation_view.cc
|
| index 8e024e3054d9bc1fe3164427705b4ae5d215b70b..82119ee3569adb9ba2a1ba0e05198731cfd89808 100644
|
| --- a/ui/app_list/views/top_icon_animation_view.cc
|
| +++ b/ui/app_list/views/top_icon_animation_view.cc
|
| @@ -26,7 +26,7 @@ TopIconAnimationView::TopIconAnimationView(const gfx::ImageSkia& icon,
|
| icon_->SetImage(resized);
|
| AddChildView(icon_);
|
|
|
| - SetPaintToLayer(true);
|
| + SetPaintToLayer();
|
| layer()->SetFillsBoundsOpaquely(false);
|
| }
|
|
|
|
|