| Index: ash/common/system/tray/tray_background_view.cc
|
| diff --git a/ash/common/system/tray/tray_background_view.cc b/ash/common/system/tray/tray_background_view.cc
|
| index 0e0a149d585fd86a113c79650020c7f6d57dbbaf..7b09fc886564efafa8d2584eb911a34d09f47097 100644
|
| --- a/ash/common/system/tray/tray_background_view.cc
|
| +++ b/ash/common/system/tray/tray_background_view.cc
|
| @@ -538,6 +538,7 @@ void TrayBackgroundView::SetSeparatorVisibility(bool is_shown) {
|
| }
|
|
|
| void TrayBackgroundView::OnPaint(gfx::Canvas* canvas) {
|
| + ActionableView::OnPaint(canvas);
|
| if (!MaterialDesignController::IsShelfMaterial() ||
|
| shelf()->GetBackgroundType() ==
|
| ShelfBackgroundType::SHELF_BACKGROUND_DEFAULT ||
|
|
|