| 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 2e689ce28574b7fa2026fed30a57addbf5749f46..ca8138defe5af6cb0652afc7aed3ff18ca199290 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| @@ -57,7 +57,7 @@ SkBitmap GetGAIAPictureForNTP(const gfx::Image& image) {
|
| SkBitmap bmp = skia::ImageOperations::Resize(
|
| image, skia::ImageOperations::RESIZE_BEST, length, length);
|
|
|
| - gfx::CanvasSkia canvas(gfx::Size(length, length), false);
|
| + gfx::Canvas canvas(gfx::Size(length, length), false);
|
| canvas.DrawBitmapInt(bmp, 0, 0);
|
|
|
| // Draw a gray border on the inside of the icon.
|
|
|