| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index d6a15e80d1b2434a5e7e751221142952c1f12745..9a7d736c6d0aaa98e1afe9501a3ac27fd524f1cd 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -63,6 +63,7 @@
|
| #include "ui/gfx/skia_util.h"
|
| #include "ui/message_center/message_center.h"
|
| #include "ui/message_center/message_center_style.h"
|
| +#include "ui/native_theme/native_theme.h"
|
| #include "ui/views/border.h"
|
| #include "ui/views/controls/label.h"
|
| #include "ui/views/view.h"
|
| @@ -494,7 +495,6 @@ void SystemTray::ShowItems(const std::vector<SystemTrayItem*>& items,
|
| // This is the case where a volume control or brightness control bubble
|
| // is created.
|
| init_params.max_height = default_bubble_height_;
|
| - init_params.bg_color = kBackgroundColor;
|
| } else {
|
| init_params.bg_color = kHeaderBackgroundColor;
|
| }
|
|
|