| 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..7e07f58f26a8848f9a1adb5ec9c60ec832f56d1c 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.";
|
| + // Phantom windows end up in this container, ignore them.
|
| return;
|
| }
|
| gfx::Size size = GetWindowPreferredSize(window);
|
|
|