| Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc (revision 108874)
|
| +++ chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc (working copy)
|
| @@ -91,7 +91,8 @@
|
| bookmark_bubble_ = new BookmarkBubbleView(delegate, profile, url,
|
| newly_bookmarked);
|
| Bubble* bubble = Bubble::Show(
|
| - parent, bounds, views::BubbleBorder::TOP_RIGHT, bookmark_bubble_,
|
| + parent, bounds, views::BubbleBorder::TOP_RIGHT,
|
| + views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR, bookmark_bubble_,
|
| bookmark_bubble_);
|
| // |bubble_| can be set to NULL in BubbleClosing when we close the bubble
|
| // asynchronously. However, that can happen during the Show call above if the
|
|
|