| Index: services/ui/ws/window_manager_client_unittest.cc
|
| diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
|
| index c0090e973694ff35e603043ec14dc8170ade1955..11c25316562a58deaab5d2735d177a91363f905e 100644
|
| --- a/services/ui/ws/window_manager_client_unittest.cc
|
| +++ b/services/ui/ws/window_manager_client_unittest.cc
|
| @@ -57,6 +57,7 @@ class TestWindowManagerDelegate : public WindowManagerDelegate {
|
| std::map<std::string, std::vector<uint8_t>>* properties) override {
|
| return nullptr;
|
| }
|
| + void OnWmDisplayRemoved(ui::Window* window) override {}
|
| void OnWmClientJankinessChanged(const std::set<Window*>& client_windows,
|
| bool janky) override {}
|
| void OnWmNewDisplay(Window* window,
|
|
|