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