| Index: trunk/src/chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/webui/ntp/ntp_login_handler.cc (revision 224498)
|
| +++ trunk/src/chrome/browser/ui/webui/ntp/ntp_login_handler.cc (working copy)
|
| @@ -58,7 +58,8 @@
|
| SkBitmap bmp = skia::ImageOperations::Resize(*image.ToSkBitmap(),
|
| skia::ImageOperations::RESIZE_BEST, kLength, kLength);
|
|
|
| - gfx::Canvas canvas(gfx::Size(kLength, kLength), 1.0f, false);
|
| + gfx::Canvas canvas(gfx::Size(kLength, kLength), ui::SCALE_FACTOR_100P,
|
| + false);
|
| canvas.DrawImageInt(gfx::ImageSkia::CreateFrom1xBitmap(bmp), 0, 0);
|
|
|
| // Draw a gray border on the inside of the icon.
|
|
|