| Index: services/ui/ws/server_window.cc
|
| diff --git a/services/ui/ws/server_window.cc b/services/ui/ws/server_window.cc
|
| index ea3cbfc65d3ef467d8015b8bd4cb71cc40639f30..d52bf66ee350fc08c7b57dc8fa989b6bc73c7cc9 100644
|
| --- a/services/ui/ws/server_window.cc
|
| +++ b/services/ui/ws/server_window.cc
|
| @@ -35,7 +35,6 @@ ServerWindow::ServerWindow(ServerWindowDelegate* delegate,
|
| non_client_cursor_id_(mojom::Cursor::CURSOR_NULL),
|
| opacity_(1),
|
| can_focus_(true),
|
| - can_accept_events_(true),
|
| properties_(properties),
|
| // Don't notify newly added observers during notification. This causes
|
| // problems for code that adds an observer as part of an observer
|
|
|