Chromium Code Reviews| Index: chrome/browser/ui/views/avatar_menu_button.cc |
| =================================================================== |
| --- chrome/browser/ui/views/avatar_menu_button.cc (revision 112921) |
| +++ chrome/browser/ui/views/avatar_menu_button.cc (working copy) |
| @@ -151,6 +151,7 @@ |
| is_gaia_picture_ = is_gaia_picture; |
| // If the icon changes, we need to set the taskbar decoration again. |
| set_taskbar_decoration_ = true; |
| + SchedulePaint(); |
| } |
| // views::ViewMenuDelegate implementation |