| Index: ash/system/user/user_card_view.cc
|
| diff --git a/ash/system/user/user_card_view.cc b/ash/system/user/user_card_view.cc
|
| index b518a9d83b64c8dd04f12f6ab1a4598c606ec3d3..2844cd8c322c8c67fb5c09ef5605e10330e19f50 100644
|
| --- a/ash/system/user/user_card_view.cc
|
| +++ b/ash/system/user/user_card_view.cc
|
| @@ -292,7 +292,8 @@ UserCardView::UserCardView(LoginStatus login_status, int user_index)
|
| layout->set_cross_axis_alignment(
|
| views::BoxLayout::CROSS_AXIS_ALIGNMENT_CENTER);
|
|
|
| - set_background(views::Background::CreateSolidBackground(kBackgroundColor));
|
| + set_background(views::Background::CreateThemedSolidBackground(
|
| + this, ui::NativeTheme::kColorId_BubbleBackground));
|
|
|
| Shell::Get()->media_controller()->AddObserver(this);
|
|
|
|
|