| Index: ui/views/bubble/bubble_delegate.cc
|
| diff --git a/ui/views/bubble/bubble_delegate.cc b/ui/views/bubble/bubble_delegate.cc
|
| index 5eb994395251a7a5a34218fe6b87f3287298c9e9..2ea722d8751588e175b6f6f16b2f1e1512813a52 100644
|
| --- a/ui/views/bubble/bubble_delegate.cc
|
| +++ b/ui/views/bubble/bubble_delegate.cc
|
| @@ -257,6 +257,8 @@ gfx::Rect BubbleDelegateView::GetAnchorRect() {
|
| return anchor_rect_;
|
| gfx::Rect anchor_bounds = anchor_view()->GetBoundsInScreen();
|
| anchor_bounds.Inset(anchor_view_insets_);
|
| + anchor_bounds.set_x(anchor_bounds.x() + anchor_offset_.x());
|
| + anchor_bounds.set_y(anchor_bounds.y() + anchor_offset_.y());
|
| return anchor_bounds;
|
| }
|
|
|
|
|