| Index: ui/views/bubble/bubble_delegate.cc
|
| diff --git a/ui/views/bubble/bubble_delegate.cc b/ui/views/bubble/bubble_delegate.cc
|
| index a1277b0e701dcd0a00559c3f11c138c66c1424cb..7abf72a3e876189b46d477a91718355e9eb17281 100644
|
| --- a/ui/views/bubble/bubble_delegate.cc
|
| +++ b/ui/views/bubble/bubble_delegate.cc
|
| @@ -236,7 +236,7 @@ void BubbleDelegateView::OnWidgetMoved(Widget* widget) {
|
|
|
| gfx::Rect BubbleDelegateView::GetAnchorRect() {
|
| if (!anchor_view())
|
| - return gfx::Rect();
|
| + return gfx::Rect(anchor_point_, gfx::Size());
|
| gfx::Rect anchor_bounds = anchor_view()->GetBoundsInScreen();
|
| anchor_bounds.Inset(anchor_insets_);
|
| return anchor_bounds;
|
|
|