| Index: chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_login_handler.cc b/chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| index db212ece9d3de49e571b075a4e286fd679501069..dbe837331d73f72b17495a55d8b909f89aa1fa7d 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| @@ -58,8 +58,7 @@ SkBitmap GetGAIAPictureForNTP(const gfx::Image& image) {
|
| SkBitmap bmp = skia::ImageOperations::Resize(*image.ToSkBitmap(),
|
| skia::ImageOperations::RESIZE_BEST, kLength, kLength);
|
|
|
| - gfx::Canvas canvas(gfx::Size(kLength, kLength), ui::SCALE_FACTOR_100P,
|
| - false);
|
| + gfx::Canvas canvas(gfx::Size(kLength, kLength), 1.0f, false);
|
| canvas.DrawImageInt(gfx::ImageSkia::CreateFrom1xBitmap(bmp), 0, 0);
|
|
|
| // Draw a gray border on the inside of the icon.
|
|
|