| Index: chrome/browser/views/frame/browser_view2.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view2.cc (revision 4025)
|
| +++ chrome/browser/views/frame/browser_view2.cc (working copy)
|
| @@ -114,6 +114,10 @@
|
| }
|
|
|
| void BrowserView2::WindowMoved() {
|
| + // Cancel any tabstrip animations, some of them may be invalidated by the
|
| + // window being repositioned.
|
| + tabstrip_->DestroyDragController();
|
| +
|
| status_bubble_->Reposition();
|
|
|
| // Close the omnibox popup, if any.
|
|
|