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

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

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: Created 3 years, 7 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
Index: ui/app_list/views/app_list_main_view.cc
diff --git a/ui/app_list/views/app_list_main_view.cc b/ui/app_list/views/app_list_main_view.cc
index 13f77b987917e78440028f37be035eed83e4e976..114351192a6206296c5fe0bec86b4d0224139fb6 100644
--- a/ui/app_list/views/app_list_main_view.cc
+++ b/ui/app_list/views/app_list_main_view.cc
@@ -54,6 +54,7 @@ AppListMainView::AppListMainView(AppListViewDelegate* delegate)
: static_cast<views::LayoutManager*>(
new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, 0)));
model_->AddObserver(this);
+ SetPaintToLayer();
xiyuan 2017/05/24 18:28:18 Remove this. Or remove the call in AppListView::In
newcomer 2017/05/25 23:10:51 Done.
}
AppListMainView::~AppListMainView() {

Powered by Google App Engine
This is Rietveld 408576698