| Index: chrome/browser/ui/web_applications/web_app_ui.cc
|
| diff --git a/chrome/browser/ui/web_applications/web_app_ui.cc b/chrome/browser/ui/web_applications/web_app_ui.cc
|
| index 47cfe9af1d410e9f13a59a91bfda7457212f2b1b..0cabf68b04ee0de4c76820a1f8bbdc183f7b4c1b 100644
|
| --- a/chrome/browser/ui/web_applications/web_app_ui.cc
|
| +++ b/chrome/browser/ui/web_applications/web_app_ui.cc
|
| @@ -359,7 +359,7 @@ void OnImageLoaded(ShellIntegration::ShortcutInfo shortcut_info,
|
| // the icons, hackily put into a single ImageSkia. Separate them out into
|
| // individual ImageSkias and insert them into the icon family.
|
| const gfx::ImageSkia& multires_image_skia = image.AsImageSkia();
|
| - // NOTE: We do not call ImageSkia::EnsureRepsForSupportedScaleFactors here.
|
| + // NOTE: We do not call ImageSkia::EnsureRepsForSupportedScales here.
|
| // The image reps here are not really for different scale factors (ImageSkia
|
| // is just being used as a handy container for multiple images).
|
| std::vector<gfx::ImageSkiaRep> image_reps =
|
|
|