| Index: chrome/browser/views/find_bar_win.cc
|
| ===================================================================
|
| --- chrome/browser/views/find_bar_win.cc (revision 7533)
|
| +++ chrome/browser/views/find_bar_win.cc (working copy)
|
| @@ -314,6 +314,9 @@
|
| parent_hwnd_ = new_parent;
|
| ::SetParent(GetHWND(), new_parent);
|
|
|
| + gfx::Rect new_pos = GetDialogPosition(gfx::Rect());
|
| + SetDialogPosition(new_pos);
|
| +
|
| // The MSDN documentation specifies that you need to manually update the
|
| // UI state after changing the parent.
|
| ::SendMessage(new_parent,
|
|
|