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

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

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: Addressed comments. 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
Index: ui/app_list/views/app_list_main_view_unittest.cc
diff --git a/ui/app_list/views/app_list_main_view_unittest.cc b/ui/app_list/views/app_list_main_view_unittest.cc
index 5cfa290c5fb7f57ab1944602be04ad963d9ce5fe..44bc5a9a011bfa4f3dc5cef3c33750b470251402 100644
--- a/ui/app_list/views/app_list_main_view_unittest.cc
+++ b/ui/app_list/views/app_list_main_view_unittest.cc
@@ -85,7 +85,7 @@ class AppListMainViewTest : public views::ViewsTestBase {
// In Ash, the third argument is a container aura::Window, but it is always
msw 2017/06/06 17:56:31 optional nit: remove this old irrelevant comment.
newcomer 2017/06/06 23:26:27 Done.
// NULL on Windows, and not needed for tests. It is only used to determine
// the scale factor for preloading icons.
- main_view_ = new AppListMainView(delegate_.get());
+ main_view_ = new AppListMainView(delegate_.get(), nullptr);
main_view_->SetPaintToLayer();
main_view_->model()->SetFoldersEnabled(true);
search_box_view_ = new SearchBoxView(main_view_, delegate_.get());

Powered by Google App Engine
This is Rietveld 408576698