Chromium Code Reviews| Index: mash/wm/shelf_layout_manager.cc |
| diff --git a/mash/wm/shelf_layout_manager.cc b/mash/wm/shelf_layout_manager.cc |
| index 44fb732b40bd848e4b1675d43a870094612c0e5c..76ae4559c964b53868c503e7da1097aa020bef98 100644 |
| --- a/mash/wm/shelf_layout_manager.cc |
| +++ b/mash/wm/shelf_layout_manager.cc |
| @@ -35,7 +35,7 @@ mus::Window* ShelfLayoutManager::GetShelfWindow() { |
| void ShelfLayoutManager::LayoutWindow(mus::Window* window) { |
| if (GetAshWindowType(window) != mojom::AshWindowType::SHELF) { |
| - NOTREACHED() << "Unknown window in USER_SHELF container."; |
| + // Phanton windows end up in this container, ignore them. |
|
James Cook
2016/05/23 21:53:34
nit: Phanton -> Phantom
sky
2016/05/23 22:23:26
Done.
|
| return; |
| } |
| gfx::Size size = GetWindowPreferredSize(window); |