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

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

Issue 246633004: Remove non USE_AURA code from views files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT and throw away conflicting files; I'll redo them in another patch. Created 6 years, 8 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_folder_view.cc
diff --git a/ui/app_list/views/app_list_folder_view.cc b/ui/app_list/views/app_list_folder_view.cc
index 015f72c82137b897ba3808d7f2d55b4aa2b5a816..9fbec08757b21ddd8cb66985768a28e8ad1b75ec 100644
--- a/ui/app_list/views/app_list_folder_view.cc
+++ b/ui/app_list/views/app_list_folder_view.cc
@@ -67,10 +67,8 @@ AppListFolderView::AppListFolderView(AppsContainerView* container_view,
AddChildView(items_grid_view_);
view_model_->Add(items_grid_view_, kIndexChildItems);
-#if defined(USE_AURA)
SetPaintToLayer(true);
SetFillsBoundsOpaquely(false);
-#endif
model_->AddObserver(this);
}

Powered by Google App Engine
This is Rietveld 408576698