summaryrefslogtreecommitdiffstats
path: root/ash/root_window_controller.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-25 07:44:00 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-25 07:44:00 +0000
commita97548744857e0542d9f96b392b8e1fb07c05980 (patch)
tree073be5162522fdbaef6a02278e99d18a36e12092 /ash/root_window_controller.cc
parent3eecc68d65e6343f7cf4d0118c526aea2db1031e (diff)
downloadchromium_src-a97548744857e0542d9f96b392b8e1fb07c05980.zip
chromium_src-a97548744857e0542d9f96b392b8e1fb07c05980.tar.gz
chromium_src-a97548744857e0542d9f96b392b8e1fb07c05980.tar.bz2
Move windows in unparented control container as well.
Invisible tab contents are added to this containers, so we need to move them as well. BUG=171908 TEST=I'll add test in separate CL to make merge this CL simpler. Review URL: https://chromiumcodereview.appspot.com/11953094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/root_window_controller.cc')
-rw-r--r--ash/root_window_controller.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index a321e4b..d50bbe9 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -119,6 +119,7 @@ void ReparentAllWindows(aura::RootWindow* src, aura::RootWindow* dst) {
internal::kShellWindowId_SystemModalContainer,
internal::kShellWindowId_LockSystemModalContainer,
internal::kShellWindowId_InputMethodContainer,
+ internal::kShellWindowId_UnparentedControlContainer,
};
// For workspace windows we need to manually reparent the windows. This way
// workspace can move the windows to the appropriate workspace.