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

Unified Diff: ui/app_list/test/app_list_test_model.cc

Issue 1154323002: Use app list item shadow for app list folders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_arrow_keys_crash
Patch Set: fix mac compile Created 5 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/folder_image_unittest.cc ('k') | ui/app_list/views/app_list_item_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/app_list_test_model.cc
diff --git a/ui/app_list/test/app_list_test_model.cc b/ui/app_list/test/app_list_test_model.cc
index 8ab31d473e72ce1f4329ee72c83632e814cd766f..e263b0f99a5013d234920a6d752c3250b77e6a56 100644
--- a/ui/app_list/test/app_list_test_model.cc
+++ b/ui/app_list/test/app_list_test_model.cc
@@ -30,8 +30,7 @@ AppListTestModel::AppListTestItem::AppListTestItem(
AppListTestModel* model)
: AppListItem(id),
model_(model) {
- SetIcon(CreateImageSkia(kGridIconDimension, kGridIconDimension),
- false /* has_shadow */);
+ SetIcon(CreateImageSkia(kGridIconDimension, kGridIconDimension));
}
AppListTestModel::AppListTestItem::~AppListTestItem() {
« no previous file with comments | « ui/app_list/folder_image_unittest.cc ('k') | ui/app_list/views/app_list_item_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698