| Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| index ef4988a9d6ca96fbac9f01245959304118809568..ed1fb9cfb302cd84824553b4e5996188d80ca150 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| @@ -120,7 +120,7 @@ views::View* BookmarkBubbleView::GetInitiallyFocusedView() {
|
| gfx::Rect BookmarkBubbleView::GetAnchorRect() {
|
| // Compensate for some built-in padding in the star image.
|
| gfx::Rect rect(BubbleDelegateView::GetAnchorRect());
|
| - rect.Offset(0, -5);
|
| + rect.Inset(0, anchor_view() ? 5 : 0);
|
| return rect;
|
| }
|
|
|
|
|