| Index: ash/launcher/launcher_button.cc
|
| diff --git a/ash/launcher/launcher_button.cc b/ash/launcher/launcher_button.cc
|
| index ff8ea97df6b298daf07bf76cea6938e3781ac719..82c4319015e8b23af993d7bf77d8d084fcb6233a 100644
|
| --- a/ash/launcher/launcher_button.cc
|
| +++ b/ash/launcher/launcher_button.cc
|
| @@ -101,7 +101,7 @@ void LauncherButton::SetImage(const SkBitmap& image) {
|
| icon_view_->SetImage(&image);
|
| return;
|
| }
|
| - gfx::CanvasSkia canvas(gfx::Size(width, height), false);
|
| + gfx::Canvas canvas(gfx::Size(width, height), false);
|
| canvas.DrawBitmapInt(image, 0, 0, image.width(), image.height(),
|
| 0, 0, width, height, false);
|
| SkBitmap resized_image(canvas.ExtractBitmap());
|
|
|