| Index: ui/app_list/views/tile_item_view.cc
|
| diff --git a/ui/app_list/views/tile_item_view.cc b/ui/app_list/views/tile_item_view.cc
|
| index 8cdb79a8b38faf8d6380faf5b0a3692701fd00b4..0d2b7ce79b8139eff60fa9721925d2c70d98c382 100644
|
| --- a/ui/app_list/views/tile_item_view.cc
|
| +++ b/ui/app_list/views/tile_item_view.cc
|
| @@ -28,7 +28,7 @@ TileItemView::TileItemView()
|
| title_(new views::Label),
|
| selected_(false) {
|
| // Prevent the icon view from interfering with our mouse events.
|
| - icon_->set_interactive(false);
|
| + icon_->set_can_process_events_within_subtree(false);
|
| icon_->SetVerticalAlignment(views::ImageView::LEADING);
|
|
|
| ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
|
|
|