| Index: chrome/browser/speech/speech_input_bubble_views.cc
|
| ===================================================================
|
| --- chrome/browser/speech/speech_input_bubble_views.cc (revision 108874)
|
| +++ chrome/browser/speech/speech_input_bubble_views.cc (working copy)
|
| @@ -366,8 +366,9 @@
|
| }
|
| bubble_ = Bubble::Show(toplevel_widget,
|
| target_rect,
|
| - views::BubbleBorder::TOP_LEFT, bubble_content_,
|
| - this);
|
| + views::BubbleBorder::TOP_LEFT,
|
| + views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR,
|
| + bubble_content_, this);
|
| // We don't want fade outs when closing because it makes speech recognition
|
| // appear slower than it is. Also setting it to false allows |Close| to
|
| // destroy the bubble immediately instead of waiting for the fade animation
|
|
|