| Index: chrome/browser/accessibility/invert_bubble_views.cc
|
| diff --git a/chrome/browser/accessibility/invert_bubble_views.cc b/chrome/browser/accessibility/invert_bubble_views.cc
|
| index 970d8eb9d9e665cd2873096b59bf26c007883342..b313d26c7630d2d6c2411f69a88bebb0e3e1f01b 100644
|
| --- a/chrome/browser/accessibility/invert_bubble_views.cc
|
| +++ b/chrome/browser/accessibility/invert_bubble_views.cc
|
| @@ -82,6 +82,7 @@ void InvertBubbleView::Init() {
|
| // user to close it explicitly, which should be okay because it affects
|
| // a small minority of users, and only once.
|
| set_close_on_deactivate(false);
|
| + set_move_with_anchor(true);
|
| }
|
|
|
| gfx::Rect InvertBubbleView::GetAnchorRect() {
|
|
|