| Index: trunk/src/chrome/browser/extensions/app_icon_loader_impl.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/extensions/app_icon_loader_impl.cc (revision 224497)
|
| +++ trunk/src/chrome/browser/extensions/app_icon_loader_impl.cc (working copy)
|
| @@ -67,7 +67,7 @@
|
| // 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().EnsureRepsForSupportedScales();
|
| + image->image_skia().EnsureRepsForSupportedScaleFactors();
|
| }
|
|
|
| void AppIconLoaderImpl::ClearImage(const std::string& id) {
|
|
|