| Index: chrome/browser/views/browser_actions_container.cc
|
| ===================================================================
|
| --- chrome/browser/views/browser_actions_container.cc (revision 50664)
|
| +++ chrome/browser/views/browser_actions_container.cc (working copy)
|
| @@ -323,8 +323,8 @@
|
| if (icon.isNull())
|
| icon = button_->default_icon();
|
|
|
| - // TODO(beng): Convert to CanvasSkia
|
| - gfx::Canvas* canvas = new gfx::Canvas(icon.width(), icon.height(), false);
|
| + gfx::Canvas* canvas =
|
| + new gfx::CanvasSkia(icon.width(), icon.height(), false);
|
| canvas->DrawBitmapInt(icon, 0, 0);
|
|
|
| if (tab_id >= 0) {
|
|
|