| Index: services/ui/ws/platform_display_init_params.cc
|
| diff --git a/services/ui/ws/platform_display_init_params.cc b/services/ui/ws/platform_display_init_params.cc
|
| index 4396754764bdabafbdfa84f1b3980060c455f33c..0125882a994b4ebebf848516a07439ea42602db6 100644
|
| --- a/services/ui/ws/platform_display_init_params.cc
|
| +++ b/services/ui/ws/platform_display_init_params.cc
|
| @@ -13,6 +13,9 @@ namespace ws {
|
| PlatformDisplayInitParams::PlatformDisplayInitParams()
|
| : display_id(display::Display::kInvalidDisplayID) {}
|
|
|
| +PlatformDisplayInitParams::PlatformDisplayInitParams(
|
| + const PlatformDisplayInitParams& other) = default;
|
| +
|
| PlatformDisplayInitParams::~PlatformDisplayInitParams() {}
|
|
|
| } // namespace ws
|
|
|