summaryrefslogtreecommitdiffstats
path: root/components/view_manager/server_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/view_manager/server_view.cc')
-rw-r--r--components/view_manager/server_view.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/view_manager/server_view.cc b/components/view_manager/server_view.cc
index d916afa..0e89d99 100644
--- a/components/view_manager/server_view.cc
+++ b/components/view_manager/server_view.cc
@@ -18,6 +18,7 @@ ServerView::ServerView(ServerViewDelegate* delegate, const ViewId& id)
parent_(nullptr),
visible_(false),
opacity_(1),
+ allows_reembed_(false),
// Don't notify newly added observers during notification. This causes
// problems for code that adds an observer as part of an observer
// notification (such as ServerViewDrawTracker).