| Index: chrome/browser/ui/views/ash/app_list/extension_app_item.cc
|
| diff --git a/chrome/browser/ui/views/ash/app_list/extension_app_item.cc b/chrome/browser/ui/views/ash/app_list/extension_app_item.cc
|
| index 3a6f31c22e095b7a26765cf20687347e5bbf50ce..c5c2955939a960cd3c3049ba993e8cf5e6244524 100644
|
| --- a/chrome/browser/ui/views/ash/app_list/extension_app_item.cc
|
| +++ b/chrome/browser/ui/views/ash/app_list/extension_app_item.cc
|
| @@ -189,7 +189,7 @@ void ExtensionAppItem::OnImageLoaded(const gfx::Image& image,
|
| const std::string& extension_id,
|
| int tracker_index) {
|
| if (!image.IsEmpty())
|
| - SetIcon(*image.ToSkBitmap());
|
| + SetIcon(*image.ToImageSkia());
|
| else
|
| SetIcon(Extension::GetDefaultIcon(true /* is_app */));
|
| }
|
|
|