| Index: components/mus/public/cpp/lib/window.cc
|
| diff --git a/components/mus/public/cpp/lib/window.cc b/components/mus/public/cpp/lib/window.cc
|
| index 4433fb53ece1a5e0c207868e80980680b2613c3d..c5a3c310253f2b1e06adea6816d04450505a7cde 100644
|
| --- a/components/mus/public/cpp/lib/window.cc
|
| +++ b/components/mus/public/cpp/lib/window.cc
|
| @@ -522,6 +522,8 @@ Window::Window(WindowTreeConnection* connection, Id id)
|
| stacking_target_(nullptr),
|
| transient_parent_(nullptr),
|
| is_modal_(false),
|
| + // Matches aura, see aura::Window for details.
|
| + observers_(base::ObserverList<WindowObserver>::NOTIFY_EXISTING_ONLY),
|
| input_event_handler_(nullptr),
|
| viewport_metrics_(CreateEmptyViewportMetrics()),
|
| visible_(false),
|
|
|