| Index: ash/shelf/overflow_bubble_view.cc
|
| diff --git a/ash/shelf/overflow_bubble_view.cc b/ash/shelf/overflow_bubble_view.cc
|
| index 6dc68024d30c59d83b15227354c8925b999a92c0..82d13807ec635c510f806654611502836cee8baa 100644
|
| --- a/ash/shelf/overflow_bubble_view.cc
|
| +++ b/ash/shelf/overflow_bubble_view.cc
|
| @@ -186,7 +186,7 @@ gfx::Rect OverflowBubbleView::GetBubbleBounds() {
|
| views::BubbleBorder::is_arrow_on_horizontal(arrow()) ?
|
| bubble_insets.left() : bubble_insets.top();
|
| const int arrow_offset = border_size + kPadding + kShelfViewLeadingInset +
|
| - ShelfLayoutManager::GetPreferredShelfSize() / 2;
|
| + kShelfSize / 2;
|
|
|
| const gfx::Size content_size = GetPreferredSize();
|
| border->set_arrow_offset(arrow_offset);
|
|
|