summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/avatar_menu_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/avatar_menu_button.h')
-rw-r--r--chrome/browser/ui/views/avatar_menu_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/avatar_menu_button.h b/chrome/browser/ui/views/avatar_menu_button.h
index dbd8ffe..502cbb7 100644
--- a/chrome/browser/ui/views/avatar_menu_button.h
+++ b/chrome/browser/ui/views/avatar_menu_button.h
@@ -60,7 +60,7 @@ class AvatarMenuButton : public views::MenuButton,
// Use a scoped ptr because gfx::Image doesn't have a default constructor.
scoped_ptr<gfx::Image> icon_;
- SkBitmap button_icon_;
+ gfx::ImageSkia button_icon_;
bool is_gaia_picture_;
int old_height_;