| Index: services/ui/service.cc
|
| diff --git a/services/ui/service.cc b/services/ui/service.cc
|
| index 26ad603d505b656f95e1056977a76aec55ca46cf..d5112ea643f34e7f2df13b8c142fee5cdfc7131b 100644
|
| --- a/services/ui/service.cc
|
| +++ b/services/ui/service.cc
|
| @@ -357,6 +357,7 @@ void Service::Create(const shell::Identity& remote_identity,
|
| void Service::OnCreatedPhysicalDisplay(int64_t id, const gfx::Rect& bounds) {
|
| platform_display_init_params_.display_bounds = bounds;
|
| platform_display_init_params_.display_id = id;
|
| + platform_display_init_params_.platform_screen = platform_screen_.get();
|
|
|
| // Display manages its own lifetime.
|
| ws::Display* host_impl =
|
|
|