| Index: components/mus/ws/window_manager_access_policy.h
|
| diff --git a/components/mus/ws/window_manager_access_policy.h b/components/mus/ws/window_manager_access_policy.h
|
| index 8b9c6edcec93612e3b4e12d4018600cdaa170a5a..75711ac3e01589f24e7e477ae93c50fddabf430c 100644
|
| --- a/components/mus/ws/window_manager_access_policy.h
|
| +++ b/components/mus/ws/window_manager_access_policy.h
|
| @@ -51,6 +51,7 @@ class WindowManagerAccessPolicy : public AccessPolicy {
|
| bool CanSetClientArea(const ServerWindow* window) const override;
|
| bool CanSetHitTestMask(const ServerWindow* window) const override;
|
| bool CanSetCursorProperties(const ServerWindow* window) const override;
|
| + bool CanInitiateMoveLoop(const ServerWindow* window) const override;
|
| bool ShouldNotifyOnHierarchyChange(
|
| const ServerWindow* window,
|
| const ServerWindow** new_parent,
|
|
|