| Index: services/ui/public/cpp/tests/window_server_test_base.h
|
| diff --git a/services/ui/public/cpp/tests/window_server_test_base.h b/services/ui/public/cpp/tests/window_server_test_base.h
|
| index b21a82c76da219d43348792b98a26f83debbb880..653080a2077bc5dac6492db08180786df27aff91 100644
|
| --- a/services/ui/public/cpp/tests/window_server_test_base.h
|
| +++ b/services/ui/public/cpp/tests/window_server_test_base.h
|
| @@ -89,6 +89,7 @@ class WindowServerTestBase
|
| void OnWmClientJankinessChanged(const std::set<Window*>& client_windows,
|
| bool not_responding) override;
|
| void OnWmNewDisplay(Window* window, const display::Display& display) override;
|
| + void OnWmDisplayRemoved(Window* window) override;
|
| void OnWmPerformMoveLoop(Window* window,
|
| mojom::MoveLoopSource source,
|
| const gfx::Point& cursor_location,
|
|
|