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

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

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: Removed header include in shell.h that was causing gn check failure. Created 3 years, 6 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/all_apps_tile_item_view.cc ('k') | ui/app_list/views/app_list_main_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_main_view.h
diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
index 937a5dd271615da87d90a0c8d0c8fc3b35fd8a24..7d06cab3469833a1b658475fbd69dddd16ea750c 100644
--- a/ui/app_list/views/app_list_main_view.h
+++ b/ui/app_list/views/app_list_main_view.h
@@ -21,6 +21,7 @@ namespace app_list {
class AppListItem;
class AppListModel;
+class AppListView;
class AppListViewDelegate;
class ApplicationDragAndDropHost;
class ContentsView;
@@ -35,7 +36,7 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
public SearchBoxViewDelegate,
public SearchResultListViewDelegate {
public:
- explicit AppListMainView(AppListViewDelegate* delegate);
+ AppListMainView(AppListViewDelegate* delegate, AppListView* app_list_view);
~AppListMainView() override;
void Init(gfx::NativeView parent,
@@ -99,6 +100,7 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
// Created by AppListView. Owned by views hierarchy.
SearchBoxView* search_box_view_;
ContentsView* contents_view_; // Owned by views hierarchy.
+ AppListView* const app_list_view_; // Owned by views hierarchy.
DISALLOW_COPY_AND_ASSIGN(AppListMainView);
};
« no previous file with comments | « ui/app_list/views/all_apps_tile_item_view.cc ('k') | ui/app_list/views/app_list_main_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698