| Index: components/mus/ws/platform_display_init_params.h
|
| diff --git a/components/mus/ws/platform_display_init_params.h b/components/mus/ws/platform_display_init_params.h
|
| index 81cc1b0d51fbf7d73df7342be6df2e90fb2f3d02..f097a0f5c715d1b0a51531f92588d26d0f2ea4ad 100644
|
| --- a/components/mus/ws/platform_display_init_params.h
|
| +++ b/components/mus/ws/platform_display_init_params.h
|
| @@ -20,6 +20,7 @@ namespace ws {
|
|
|
| struct PlatformDisplayInitParams {
|
| PlatformDisplayInitParams();
|
| + PlatformDisplayInitParams(const PlatformDisplayInitParams& other);
|
| ~PlatformDisplayInitParams();
|
|
|
| mojo::Connector* connector = nullptr;
|
|
|