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

Unified Diff: ui/app_list/views/app_list_item_view.h

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/test/app_list_test_model.cc ('k') | ui/app_list/views/app_list_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_item_view.h
diff --git a/ui/app_list/views/app_list_item_view.h b/ui/app_list/views/app_list_item_view.h
index 3333879bcac3606695f2a64609fcdef3d719871d..c434371e1ff74e38da3b670db72801cf59ed3263 100644
--- a/ui/app_list/views/app_list_item_view.h
+++ b/ui/app_list/views/app_list_item_view.h
@@ -44,7 +44,7 @@ class APP_LIST_EXPORT AppListItemView : public views::CustomButton,
~AppListItemView() override;
// Set the icon of this image, adding a drop shadow if |has_shadow|.
- void SetIcon(const gfx::ImageSkia& icon, bool has_shadow);
+ void SetIcon(const gfx::ImageSkia& icon);
void SetItemName(const base::string16& display_name,
const base::string16& full_name);
« no previous file with comments | « ui/app_list/test/app_list_test_model.cc ('k') | ui/app_list/views/app_list_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698