| Index: ui/app_list/views/app_list_item_view.cc
|
| diff --git a/ui/app_list/views/app_list_item_view.cc b/ui/app_list/views/app_list_item_view.cc
|
| index 8761d99061456ddcb450e01f7781cd29e4b3cf41..4dd670475f6613393282d64a8817ef4612105838 100644
|
| --- a/ui/app_list/views/app_list_item_view.cc
|
| +++ b/ui/app_list/views/app_list_item_view.cc
|
| @@ -87,7 +87,7 @@ AppListItemView::AppListItemView(AppsGridView* apps_grid_view,
|
| shadow_animator_.animation()->SetTweenType(gfx::Tween::FAST_OUT_SLOW_IN);
|
| shadow_animator_.SetStartAndEndShadows(IconStartShadows(), IconEndShadows());
|
|
|
| - icon_->set_interactive(false);
|
| + icon_->set_can_process_events_within_subtree(false);
|
| icon_->SetVerticalAlignment(views::ImageView::LEADING);
|
|
|
| title_->SetBackgroundColor(0);
|
|
|