| Index: ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| diff --git a/ash/system/web_notification/ash_popup_alignment_delegate.cc b/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| index 4f31f1f610211895e6b5162668e51464f528575a..ed06035c0e01367b7d46e79999426cbe9afbe4dc 100644
|
| --- a/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| +++ b/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| @@ -62,7 +62,7 @@ void AshPopupAlignmentDelegate::SetSystemTrayHeight(int height) {
|
| // should be reduced by the height of shelf's shown height.
|
| if (shelf_->visibility_state() == SHELF_AUTO_HIDE &&
|
| shelf_->auto_hide_state() == SHELF_AUTO_HIDE_SHOWN) {
|
| - system_tray_height_ -= kShelfSize - ShelfLayoutManager::kAutoHideSize;
|
| + system_tray_height_ -= GetShelfLayoutConstant(SHELF_SIZE) - kAutoHideSize;
|
| }
|
|
|
| if (system_tray_height_ > 0)
|
|
|