| 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 dd44649e66b03bc0ba29f11fb6413bc30514fa91..56331e0e7e771d97e7569cc88ce4200c059aa177 100644
|
| --- a/ash/common/system/tray/tray_background_view.cc
|
| +++ b/ash/common/system/tray/tray_background_view.cc
|
| @@ -529,8 +529,7 @@ gfx::Insets TrayBackgroundView::GetBubbleAnchorInsets() const {
|
| std::unique_ptr<views::InkDropMask> TrayBackgroundView::CreateInkDropMask()
|
| const {
|
| return base::MakeUnique<views::RoundRectInkDropMask>(
|
| - GetLocalBounds(),
|
| - GetBackgroundBounds(GetContentsBounds(), shelf_alignment_),
|
| + size(), GetBackgroundBounds(GetContentsBounds(), shelf_alignment_),
|
| kTrayRoundedBorderRadius);
|
| }
|
|
|
|
|