| Index: chrome/browser/ui/views/global_error_bubble_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/global_error_bubble_view.cc (revision 108874)
|
| +++ chrome/browser/ui/views/global_error_bubble_view.cc (working copy)
|
| @@ -172,7 +172,8 @@
|
| new GlobalErrorBubbleView(browser, error);
|
| // Bubble::Show() takes ownership of the view.
|
| Bubble* bubble = Bubble::Show(
|
| - browser_view->GetWidget(), bounds,
|
| - views::BubbleBorder::TOP_RIGHT, bubble_view, bubble_view);
|
| + browser_view->GetWidget(), bounds, views::BubbleBorder::TOP_RIGHT,
|
| + views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR, bubble_view,
|
| + bubble_view);
|
| bubble_view->set_bubble(bubble);
|
| }
|
|
|