| Index: components/mus/window_manager_access_policy.cc
|
| diff --git a/components/mus/window_manager_access_policy.cc b/components/mus/window_manager_access_policy.cc
|
| index 7e9e5b0d6472d570daaf4b0367ee159b3fb18233..e20a26b09517719941c8a892c0eb05d7a0d47ea6 100644
|
| --- a/components/mus/window_manager_access_policy.cc
|
| +++ b/components/mus/window_manager_access_policy.cc
|
| @@ -83,6 +83,10 @@ bool WindowManagerAccessPolicy::CanSetViewTextInputState(
|
| return view->id().connection_id == connection_id_;
|
| }
|
|
|
| +bool WindowManagerAccessPolicy::CanSetCapture(const ServerView* view) const {
|
| + return true;
|
| +}
|
| +
|
| bool WindowManagerAccessPolicy::CanSetFocus(const ServerView* view) const {
|
| return true;
|
| }
|
|
|