Index: athena/wm/window_manager_impl.cc |
diff --git a/athena/wm/window_manager_impl.cc b/athena/wm/window_manager_impl.cc |
index 4bb04501ff7acfe574fbfccb9318cd8dfdef771e..085899802f9147f9d47465638475165c648dc37f 100644 |
--- a/athena/wm/window_manager_impl.cc |
+++ b/athena/wm/window_manager_impl.cc |
@@ -117,8 +117,7 @@ void WindowManagerImpl::Layout() { |
for (aura::Window::Windows::const_iterator iter = children.begin(); |
iter != children.end(); |
++iter) { |
- if ((*iter)->type() == ui::wm::WINDOW_TYPE_NORMAL || |
- (*iter)->type() == ui::wm::WINDOW_TYPE_POPUP) |
+ if ((*iter)->type() == ui::wm::WINDOW_TYPE_NORMAL) |
(*iter)->SetBounds(bounds); |
} |
} |