| Index: chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc b/chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc
|
| index 710e5e08ba1c6836caf59d4b96f5822a22021152..87cb0568117114bda4c4c51f8ccd18d7a593e851 100644
|
| --- a/chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc
|
| @@ -485,6 +485,7 @@ bool AvatarMenuBubbleView::close_on_deactivate_for_testing_ = true;
|
| void AvatarMenuBubbleView::ShowBubble(
|
| views::View* anchor_view,
|
| views::BubbleBorder::Arrow arrow,
|
| + views::BubbleBorder::ArrowPaintType arrow_paint_type,
|
| views::BubbleBorder::BubbleAlignment border_alignment,
|
| const gfx::Rect& anchor_rect,
|
| Browser* browser) {
|
| @@ -498,6 +499,7 @@ void AvatarMenuBubbleView::ShowBubble(
|
| avatar_bubble_->set_close_on_deactivate(close_on_deactivate_for_testing_);
|
| avatar_bubble_->SetBackgroundColors();
|
| avatar_bubble_->SetAlignment(border_alignment);
|
| + avatar_bubble_->SetArrowPaintType(arrow_paint_type);
|
| avatar_bubble_->GetWidget()->Show();
|
| }
|
|
|
|
|