| Index: ui/views/mus/native_widget_mus.cc
|
| diff --git a/ui/views/mus/native_widget_mus.cc b/ui/views/mus/native_widget_mus.cc
|
| index c98fa9069cae6021d5ddbccf1c0f4f39080412aa..7ba2b90e56529a7366310e492fa644f8d7f6dbf8 100644
|
| --- a/ui/views/mus/native_widget_mus.cc
|
| +++ b/ui/views/mus/native_widget_mus.cc
|
| @@ -717,6 +717,7 @@ void NativeWidgetMus::InitNativeWidget(const Widget::InitParams& params) {
|
| content_->Show();
|
| content_->SetTransparent(true);
|
| content_->SetFillsBoundsCompletely(false);
|
| + content_->set_ignore_events(!params.accept_events);
|
| hosted_window->AddChild(content_);
|
|
|
| // Set-up transiency if appropriate.
|
|
|