Index: ash/mus/root_window_controller.cc |
diff --git a/ash/mus/root_window_controller.cc b/ash/mus/root_window_controller.cc |
index 61ae21e2fef4ff35369998a967c49e092f75f3e0..2f40d97608312a7c9d98dc496b11305769b71d81 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, |