| Index: ash/common/system/user/tray_user.cc
|
| diff --git a/ash/common/system/user/tray_user.cc b/ash/common/system/user/tray_user.cc
|
| index 98f009e95588162ee4901b0c52f454f171d289cf..c4d5c9861eb3fc9d2eed3d14f571762239090d35 100644
|
| --- a/ash/common/system/user/tray_user.cc
|
| +++ b/ash/common/system/user/tray_user.cc
|
| @@ -158,7 +158,7 @@ void TrayUser::UpdateAfterLoginStatusChange(LoginStatus status) {
|
| if (need_avatar) {
|
| avatar_ = new tray::RoundedImageView(kTrayRoundedBorderRadius, true);
|
| if (MaterialDesignController::IsShelfMaterial()) {
|
| - avatar_->SetPaintToLayer(true);
|
| + avatar_->SetPaintToLayer();
|
| avatar_->layer()->SetFillsBoundsOpaquely(false);
|
| }
|
| layout_view_->AddChildView(avatar_);
|
|
|