Index: athena/wm/window_manager_impl.cc |
diff --git a/athena/wm/window_manager_impl.cc b/athena/wm/window_manager_impl.cc |
index d818416954c18b605a864f8c9779e3703c6f7fcb..833b8594e9af6eadb9d6d9fcb8b5713bdc1b2d50 100644 |
--- a/athena/wm/window_manager_impl.cc |
+++ b/athena/wm/window_manager_impl.cc |
@@ -122,8 +122,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); |
} |
} |