| Index: components/mus/ws/default_access_policy.h
|
| diff --git a/components/mus/ws/default_access_policy.h b/components/mus/ws/default_access_policy.h
|
| index 9135fb9901d53cbb86edbed02f051561da3243bd..075fd739bde4f978005bd16f9460f66e617d4e70 100644
|
| --- a/components/mus/ws/default_access_policy.h
|
| +++ b/components/mus/ws/default_access_policy.h
|
| @@ -52,6 +52,7 @@ class DefaultAccessPolicy : 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,
|
|
|