| Index: ash/shelf/overflow_bubble_view.cc
|
| diff --git a/ash/shelf/overflow_bubble_view.cc b/ash/shelf/overflow_bubble_view.cc
|
| index de00f21b0192f5b0c192666118b3b66b22ed3ad6..b3f28156037d9f0575584d8b78e20049080cbc52 100644
|
| --- a/ash/shelf/overflow_bubble_view.cc
|
| +++ b/ash/shelf/overflow_bubble_view.cc
|
| @@ -95,7 +95,7 @@ void OverflowBubbleView::ScrollByYOffset(int y_offset) {
|
| scroll_offset_.set_y(y);
|
| }
|
|
|
| -gfx::Size OverflowBubbleView::GetPreferredSize() const {
|
| +gfx::Size OverflowBubbleView::CalculatePreferredSize() const {
|
| gfx::Size preferred_size = shelf_view_->GetPreferredSize();
|
|
|
| const gfx::Rect monitor_rect =
|
|
|