summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura_shell')
-rw-r--r--ui/aura_shell/shell.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/aura_shell/shell.cc b/ui/aura_shell/shell.cc
index cc815c1..afcd051 100644
--- a/ui/aura_shell/shell.cc
+++ b/ui/aura_shell/shell.cc
@@ -246,6 +246,7 @@ void Shell::AddChildToDefaultParent(aura::Window* window) {
aura::Window* parent = NULL;
switch (window->type()) {
case aura::kWindowType_Toplevel:
+ case aura::kWindowType_Control:
parent = GetContainer(internal::kShellWindowId_DefaultContainer);
break;
case aura::kWindowType_Menu: