| Index: services/ui/ws/platform_display.cc
|
| diff --git a/services/ui/ws/platform_display.cc b/services/ui/ws/platform_display.cc
|
| index 9df1adf31f4b04c35b7f088120fb24d9fefc90dd..e008e955ab0de8216baf27548deaf5dacb481dc8 100644
|
| --- a/services/ui/ws/platform_display.cc
|
| +++ b/services/ui/ws/platform_display.cc
|
| @@ -19,7 +19,7 @@ PlatformDisplayFactory* PlatformDisplay::factory_ = nullptr;
|
| std::unique_ptr<PlatformDisplay> PlatformDisplay::Create(
|
| const PlatformDisplayInitParams& init_params) {
|
| if (factory_)
|
| - return factory_->CreatePlatformDisplay();
|
| + return factory_->CreatePlatformDisplay(init_params);
|
|
|
| return base::MakeUnique<PlatformDisplayDefault>(init_params);
|
| }
|
|
|