Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1029)

Unified Diff: ui/app_list/views/search_result_view.cc

Issue 2713993005: Clean up ImageView. (Closed)
Patch Set: revert errant changes Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/views/app_list_item_view.cc ('k') | ui/app_list/views/tile_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_view.cc
diff --git a/ui/app_list/views/search_result_view.cc b/ui/app_list/views/search_result_view.cc
index 09c576816ffb7371f3f5a3712c1fd08b5aa3614f..9e5f983ad2b332adc13a73cf83e97ef5a8f0c0a7 100644
--- a/ui/app_list/views/search_result_view.cc
+++ b/ui/app_list/views/search_result_view.cc
@@ -81,8 +81,8 @@ SearchResultView::SearchResultView(SearchResultListView* list_view)
badge_icon_(new views::ImageView),
actions_view_(new SearchResultActionsView(this)),
progress_bar_(new views::ProgressBar) {
- icon_->set_interactive(false);
- badge_icon_->set_interactive(false);
+ icon_->set_can_process_events_within_subtree(false);
+ badge_icon_->set_can_process_events_within_subtree(false);
AddChildView(icon_);
AddChildView(badge_icon_);
« no previous file with comments | « ui/app_list/views/app_list_item_view.cc ('k') | ui/app_list/views/tile_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698