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

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

Issue 720663002: Move app list search tiles into SearchResultTileItemListView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: ui/app_list/views/search_result_list_view.cc
diff --git a/ui/app_list/views/search_result_list_view.cc b/ui/app_list/views/search_result_list_view.cc
index 79124359ef60018e55682fdc4d3457929f9992da..2360338dd45401a81d233a8ee0d31b5e3c353c9b 100644
--- a/ui/app_list/views/search_result_list_view.cc
+++ b/ui/app_list/views/search_result_list_view.cc
@@ -180,6 +180,7 @@ void SearchResultListView::Update() {
SetSelectedIndex(last_visible_index_);
Layout();
+ PreferredSizeChanged();
Matt Giuca 2014/11/13 00:08:52 Just to clarify: This has no *real* effect right n
calamity 2014/11/13 03:44:50 It happened to not be needed before because the SR
UpdateAutoLaunchState();
}

Powered by Google App Engine
This is Rietveld 408576698