Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mac: Fix throbber not spinning after dragging tabs.
We want the throbber to spin when it's attached to a window, and that window is not miniaturized. We were calling -updateAnimation: from -viewWillMoveToWindow where [self window] is still the old window. We want to update the animation based on the new window, so the fix is to call it from -viewDidMoveToWindow. BUG=361969 Review URL: https://codereview.chromium.org/235583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263363 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information