| Index: components/mus/ws/window_manager_access_policy.cc
|
| diff --git a/components/mus/ws/window_manager_access_policy.cc b/components/mus/ws/window_manager_access_policy.cc
|
| index 7682c264383b7badf3b644d74a4dcad75c3c18d6..7cc33ffa8612980cf233a5d33277f8d673feb9b6 100644
|
| --- a/components/mus/ws/window_manager_access_policy.cc
|
| +++ b/components/mus/ws/window_manager_access_policy.cc
|
| @@ -140,6 +140,11 @@ bool WindowManagerAccessPolicy::CanSetCursorProperties(
|
| delegate_->HasRootForAccessPolicy(window);
|
| }
|
|
|
| +bool WindowManagerAccessPolicy::CanInitiateMoveLoop(
|
| + const ServerWindow* window) const {
|
| + return false;
|
| +}
|
| +
|
| bool WindowManagerAccessPolicy::ShouldNotifyOnHierarchyChange(
|
| const ServerWindow* window,
|
| const ServerWindow** new_parent,
|
|
|