| Index: components/mus/public/cpp/lib/window_tree_client_impl.cc
|
| diff --git a/components/mus/public/cpp/lib/window_tree_client_impl.cc b/components/mus/public/cpp/lib/window_tree_client_impl.cc
|
| index d6475871953bd70c6f20fa27028dd254d6f83c14..5b02c733c197593674ac07f5efc0008ba8b244c4 100644
|
| --- a/components/mus/public/cpp/lib/window_tree_client_impl.cc
|
| +++ b/components/mus/public/cpp/lib/window_tree_client_impl.cc
|
| @@ -424,7 +424,7 @@ void WindowTreeClientImpl::OnEmbedImpl(mojom::WindowTree* window_tree,
|
| tree_ = window_tree;
|
| connection_id_ = connection_id;
|
| is_embed_root_ =
|
| - (access_policy & mojom::WindowTree::ACCESS_POLICY_EMBED_ROOT) != 0;
|
| + (access_policy & mojom::WindowTree::kAccessPolicyEmbedRoot) != 0;
|
|
|
| DCHECK(roots_.empty());
|
| Window* root = AddWindowToConnection(this, nullptr, root_data);
|
|
|