| Index: services/ui/ws/platform_display_init_params.h
|
| diff --git a/services/ui/ws/platform_display_init_params.h b/services/ui/ws/platform_display_init_params.h
|
| index 99bda3f51db0584bacc779e24ffe344c7935ccea..af4560e3b65e6bd5d5afc3d0b4b09a5d6937a625 100644
|
| --- a/services/ui/ws/platform_display_init_params.h
|
| +++ b/services/ui/ws/platform_display_init_params.h
|
| @@ -10,6 +10,10 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| +namespace display {
|
| +class PlatformScreen;
|
| +}
|
| +
|
| namespace shell {
|
| class Connector;
|
| }
|
| @@ -30,6 +34,7 @@ struct PlatformDisplayInitParams {
|
|
|
| gfx::Rect display_bounds;
|
| int64_t display_id;
|
| + display::PlatformScreen* platform_screen = nullptr;
|
| };
|
|
|
| } // namespace ws
|
|
|