| Index: chrome/browser/extensions/app_icon_loader_impl.cc
|
| diff --git a/chrome/browser/extensions/app_icon_loader_impl.cc b/chrome/browser/extensions/app_icon_loader_impl.cc
|
| index 4eb0fc2404dadbc1894503306ae5c5a62310db1d..1172b2b83f4bed6958393a0c80c4b61b4bfdaee0 100644
|
| --- a/chrome/browser/extensions/app_icon_loader_impl.cc
|
| +++ b/chrome/browser/extensions/app_icon_loader_impl.cc
|
| @@ -67,7 +67,7 @@ void AppIconLoaderImpl::FetchImage(const std::string& id) {
|
| // Triggers image loading now instead of depending on paint message. This
|
| // makes the temp blank image be shown for shorter time and improves user
|
| // experience. See http://crbug.com/146114.
|
| - image->image_skia().EnsureRepsForSupportedScaleFactors();
|
| + image->image_skia().EnsureRepsForSupportedScales();
|
| }
|
|
|
| void AppIconLoaderImpl::ClearImage(const std::string& id) {
|
|
|