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

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

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/app_list_main_view.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_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..b365a44148b14e227d66c69febe3887a1422ab47 100644
--- a/ui/app_list/views/app_list_main_view_unittest.cc
+++ b/ui/app_list/views/app_list_main_view_unittest.cc
@@ -82,10 +82,7 @@ class AppListMainViewTest : public views::ViewsTestBase {
views::ViewsTestBase::SetUp();
delegate_.reset(new AppListTestViewDelegate);
- // In Ash, the third argument is a container aura::Window, but it is always
- // 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());
« no previous file with comments | « ui/app_list/views/app_list_main_view.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