| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index 6ce9e43795af09ee5fde5a05d1a23f71cee35227..bf8d5deed7dff860efde9bc2a33884f87894bcf5 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <memory>
|
| #include <vector>
|
|
|
| #include "services/ui/public/interfaces/display.mojom.h"
|
| @@ -301,7 +302,7 @@ class TestWindowManager : public mojom::WindowManager {
|
| private:
|
| // WindowManager:
|
| void OnConnect(uint16_t client_id) override {}
|
| - void WmNewDisplayAdded(ui::mojom::DisplayPtr display,
|
| + void WmNewDisplayAdded(const display::Display& display,
|
| ui::mojom::WindowDataPtr root,
|
| bool drawn) override {}
|
| void WmSetBounds(uint32_t change_id,
|
|
|