| Index: services/ui/test_wm/test_wm.cc
|
| diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
|
| index 08777c1306285046a33c3fbbce47d1426ac45aa0..037f78c6b5c295058bef69aed22914469f21940e 100644
|
| --- a/services/ui/test_wm/test_wm.cc
|
| +++ b/services/ui/test_wm/test_wm.cc
|
| @@ -89,6 +89,7 @@ class TestWM : public shell::Service,
|
| window_manager_client_->SetFrameDecorationValues(
|
| std::move(frame_decoration_values));
|
| }
|
| + void OnWmDisplayRemoved(ui::Window* window) override { window->Destroy(); }
|
| void OnWmPerformMoveLoop(Window* window,
|
| mojom::MoveLoopSource source,
|
| const gfx::Point& cursor_location,
|
|
|