| Index: ash/common/shelf/overflow_button.cc
|
| diff --git a/ash/common/shelf/overflow_button.cc b/ash/common/shelf/overflow_button.cc
|
| index 6a8585750c7b971d02bd366fab49fbebf2915ea9..0e2c835a3707eef7f672711aa49280c78c58994b 100644
|
| --- a/ash/common/shelf/overflow_button.cc
|
| +++ b/ash/common/shelf/overflow_button.cc
|
| @@ -128,7 +128,7 @@ void OverflowButton::PaintForeground(gfx::Canvas* canvas,
|
| int OverflowButton::NonMaterialBackgroundImageId() {
|
| if (wm_shelf_->IsShowingOverflowBubble())
|
| return IDR_AURA_NOTIFICATION_BACKGROUND_PRESSED;
|
| - else if (wm_shelf_->IsDimmed())
|
| + else if (wm_shelf_->GetBackgroundType() == SHELF_BACKGROUND_MAXIMIZED)
|
| return IDR_AURA_NOTIFICATION_BACKGROUND_ON_BLACK;
|
| return IDR_AURA_NOTIFICATION_BACKGROUND_NORMAL;
|
| }
|
|
|