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