| 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 0a839407f5a227657425bbe6046dfbb5994adb50..ec369ba1c09ce908e2d6e65d5a0401fc14f0bc39 100644
|
| --- a/services/ui/test_wm/test_wm.cc
|
| +++ b/services/ui/test_wm/test_wm.cc
|
| @@ -90,6 +90,7 @@ class TestWM : public service_manager::Service,
|
| std::move(frame_decoration_values));
|
| }
|
| void OnWmDisplayRemoved(ui::Window* window) override { window->Destroy(); }
|
| + void OnWmDisplayModified(const display::Display& display) override {}
|
| void OnWmPerformMoveLoop(Window* window,
|
| mojom::MoveLoopSource source,
|
| const gfx::Point& cursor_location,
|
|
|