Index: services/ui/ws/access_policy.h |
diff --git a/services/ui/ws/access_policy.h b/services/ui/ws/access_policy.h |
index f8eac81d39b8741d4484c526c24d912157b96643..638c81e9f6fa61562705628b0fa454d013dfcb40 100644 |
--- a/services/ui/ws/access_policy.h |
+++ b/services/ui/ws/access_policy.h |
@@ -61,6 +61,7 @@ class AccessPolicy { |
// Used for all client controllable cursor properties; which cursor should be |
// displayed, visibility, locking, etc. |
virtual bool CanSetCursorProperties(const ServerWindow* window) const = 0; |
+ virtual bool CanInitiateMoveLoop(const ServerWindow* window) const = 0; |
// Returns whether the client should notify on a hierarchy change. |
// |new_parent| and |old_parent| are initially set to the new and old parents |