Index: ash/mus/root_window_controller.cc |
diff --git a/ash/mus/root_window_controller.cc b/ash/mus/root_window_controller.cc |
index cbc62d60e851ca57965c1196e876d7413de6ddd8..337cf849332e47c73f6768e4c22d2ad684e035a5 100644 |
--- a/ash/mus/root_window_controller.cc |
+++ b/ash/mus/root_window_controller.cc |
@@ -135,7 +135,6 @@ aura::Window* RootWindowController::NewTopLevelWindow( |
window_type == ui::mojom::WindowType::WINDOW || |
window_type == ui::mojom::WindowType::PANEL; |
if (provide_non_client_frame) { |
- (*properties)[ui::mojom::kWaitForUnderlay_Property].clear(); |
// See NonClientFrameController for details on lifetime. |
NonClientFrameController* non_client_frame_controller = |
new NonClientFrameController(container_window, context, bounds, |