| Index: chrome/browser/browser.cc
|
| ===================================================================
|
| --- chrome/browser/browser.cc (revision 4025)
|
| +++ chrome/browser/browser.cc (working copy)
|
| @@ -943,6 +943,10 @@
|
| // of any WS_POPUP HWNDs.
|
| void Browser::WindowMoved() {
|
| DCHECK(!g_browser_process->IsUsingNewFrames());
|
| + // Cancel any tabstrip animations, some of them may be invalidated by the
|
| + // window being repositioned.
|
| + window_->GetTabStrip()->DestroyDragController();
|
| +
|
| GetStatusBubble()->Reposition();
|
|
|
| // Close the omnibox popup, if any.
|
|
|