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

Unified Diff: chrome/browser/ui/app_list/extension_app_item.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: Created 5 years, 7 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: chrome/browser/ui/app_list/extension_app_item.cc
diff --git a/chrome/browser/ui/app_list/extension_app_item.cc b/chrome/browser/ui/app_list/extension_app_item.cc
index a15893f12b5b20a5ba07af72b0f4a4b4502e78db..fdab9fe3df0fc7252450bc6cdf41900816bc9919 100644
--- a/chrome/browser/ui/app_list/extension_app_item.cc
+++ b/chrome/browser/ui/app_list/extension_app_item.cc
@@ -196,7 +196,7 @@ void ExtensionAppItem::UpdateIcon() {
if (has_overlay_)
icon = gfx::ImageSkia(new ShortcutOverlayImageSource(icon), icon.size());
- SetIcon(icon, true);
+ SetIcon(icon);
}
void ExtensionAppItem::Move(const ExtensionAppItem* prev,

Powered by Google App Engine
This is Rietveld 408576698