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