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

Unified Diff: ui/app_list/views/app_list_page.h

Issue 2982453002: New AppListView Scroll Behavior. (Closed)
Patch Set: Addressed comments Created 3 years, 5 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/pagination_controller.cc ('k') | ui/app_list/views/app_list_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_page.h
diff --git a/ui/app_list/views/app_list_page.h b/ui/app_list/views/app_list_page.h
index d64b6153b8980e054d2597139988f09e6d73e2df..e594fdabc382f52023fa2fa9f62b7b7689a87a3c 100644
--- a/ui/app_list/views/app_list_page.h
+++ b/ui/app_list/views/app_list_page.h
@@ -68,6 +68,8 @@ class APP_LIST_EXPORT AppListPage : public views::View {
// below the search box.
gfx::Rect GetDefaultContentsBounds() const;
+ ContentsView* contents_view() const { return contents_view_; }
vadimt 2017/07/12 18:28:02 My suggestion was to have a method returning conte
newcomer 2017/07/13 23:37:17 Done.
+
private:
ContentsView* contents_view_;
« no previous file with comments | « ui/app_list/pagination_controller.cc ('k') | ui/app_list/views/app_list_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698