| 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 c7e98d99ed336c11167fced93f667cbaf8d7293e..cd4e16703b71c4f487fe6b72fcbff9827e9ad0f0 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| @@ -270,6 +270,7 @@ BookmarkBubbleView::BookmarkBubbleView(
|
| const SkColor background_color = GetNativeTheme()->GetSystemColor(
|
| ui::NativeTheme::kColorId_DialogBackground);
|
| set_color(background_color);
|
| + set_move_with_anchor(true);
|
| set_background(views::Background::CreateSolidBackground(background_color));
|
| set_margins(gfx::Insets(views::kPanelVertMargin, 0, 0, 0));
|
| // Compensate for built-in vertical padding in the anchor view's image.
|
|
|