| Index: apps/shell_window.cc
|
| diff --git a/apps/shell_window.cc b/apps/shell_window.cc
|
| index 96c6abd7ed63de73d0dbfbbf9d87699b44e5e976..fcbd49a56b23d5829c866f4c1afd080a4700a44b 100644
|
| --- a/apps/shell_window.cc
|
| +++ b/apps/shell_window.cc
|
| @@ -452,7 +452,7 @@ void ShellWindow::UpdateExtensionAppIcon() {
|
|
|
| // Triggers actual image loading with 1x resources. The 2x resource will
|
| // be handled by IconImage class when requested.
|
| - app_icon_image_->image_skia().GetRepresentation(ui::SCALE_FACTOR_100P);
|
| + app_icon_image_->image_skia().GetRepresentation(1.0f);
|
| }
|
|
|
| void ShellWindow::CloseContents(WebContents* contents) {
|
|
|