| Index: ash/system/tray/system_tray_bubble.cc
|
| diff --git a/ash/system/tray/system_tray_bubble.cc b/ash/system/tray/system_tray_bubble.cc
|
| index a934a7b7e3166fced5c993a010cfb7b6a184c9f4..061a848d7761e152dcfc8c5e5900ffc28d2106a8 100644
|
| --- a/ash/system/tray/system_tray_bubble.cc
|
| +++ b/ash/system/tray/system_tray_bubble.cc
|
| @@ -355,10 +355,10 @@ gfx::Rect SystemTrayBubble::GetAnchorRect() const {
|
| 0 : kPaddingFromRightEdgeOfScreenBottomAlignment,
|
| kPaddingFromBottomOfScreenBottomAlignment);
|
| } else if (tray_->shelf_alignment() == SHELF_ALIGNMENT_LEFT) {
|
| - rect.Inset(0, 0, kPaddingFromEdgeOfLauncherVerticalAlignment,
|
| + rect.Inset(0, 0, kPaddingFromInnerEdgeOfLauncherVerticalAlignment,
|
| kPaddingFromBottomOfScreenVerticalAlignment);
|
| } else {
|
| - rect.Inset(kPaddingFromEdgeOfLauncherVerticalAlignment + 4,
|
| + rect.Inset(kPaddingFromInnerEdgeOfLauncherVerticalAlignment,
|
| 0, 0, kPaddingFromBottomOfScreenVerticalAlignment);
|
| }
|
| } else if (anchor_type_ == ANCHOR_TYPE_BUBBLE) {
|
|
|