| Index: chrome/browser/ui/views/tabs/dragged_tab_controller.cc
|
| diff --git a/chrome/browser/ui/views/tabs/dragged_tab_controller.cc b/chrome/browser/ui/views/tabs/dragged_tab_controller.cc
|
| index 685e0d51e93cef535bebdbcbe69aacbc37f573b9..527453af10a6cbf07ffd2a68c5a3fa7411b48c42 100644
|
| --- a/chrome/browser/ui/views/tabs/dragged_tab_controller.cc
|
| +++ b/chrome/browser/ui/views/tabs/dragged_tab_controller.cc
|
| @@ -669,7 +669,7 @@ void DraggedTabController::ContinueDragging() {
|
| if (!target_tabstrip) {
|
| bring_to_front_timer_.Start(
|
| base::TimeDelta::FromMilliseconds(kBringToFrontDelay), this,
|
| - &DraggedTabController::BringWindowUnderMouseToFront);
|
| + &DraggedTabController::BringWindowUnderMouseToFront, FROM_HERE);
|
| }
|
|
|
| UpdateDockInfo(screen_point);
|
|
|