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

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

Issue 1842373004: AppListFolderView now reports the correct size. [Refactor] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@applist-learnmore-period
Patch Set: Avoid dependency patch sets. Created 4 years, 9 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/apps_grid_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/contents_view.cc
diff --git a/ui/app_list/views/contents_view.cc b/ui/app_list/views/contents_view.cc
index 44fef48911dcaa2f6beb3508e45d9cb36682bbb8..9b49418598c61d9b82240ef41047de155d6acdd1 100644
--- a/ui/app_list/views/contents_view.cc
+++ b/ui/app_list/views/contents_view.cc
@@ -413,7 +413,7 @@ bool ContentsView::Back() {
}
gfx::Size ContentsView::GetDefaultContentsSize() const {
- return apps_container_view_->apps_grid_view()->GetPreferredSize();
+ return apps_container_view_->GetPreferredSize();
}
gfx::Size ContentsView::GetPreferredSize() const {
« no previous file with comments | « ui/app_list/views/apps_grid_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698