| Index: components/mus/ws/platform_display_init_params.cc
|
| diff --git a/components/mus/ws/platform_display_init_params.cc b/components/mus/ws/platform_display_init_params.cc
|
| index 94ad22d2b988cddd418b975bf70cb3edbbd67500..394b5711637fbc307760c6cbb23b2f9309640733 100644
|
| --- a/components/mus/ws/platform_display_init_params.cc
|
| +++ b/components/mus/ws/platform_display_init_params.cc
|
| @@ -10,7 +10,9 @@
|
| namespace mus {
|
| namespace ws {
|
|
|
| -PlatformDisplayInitParams::PlatformDisplayInitParams() {}
|
| +PlatformDisplayInitParams::PlatformDisplayInitParams()
|
| + : display_bounds(gfx::Rect(0, 0, 1024, 768)), display_id(1) {}
|
| +
|
| PlatformDisplayInitParams::PlatformDisplayInitParams(
|
| const PlatformDisplayInitParams& other) = default;
|
| PlatformDisplayInitParams::~PlatformDisplayInitParams() {}
|
|
|