| Index: services/ui/ws/access_policy.h
|
| diff --git a/services/ui/ws/access_policy.h b/services/ui/ws/access_policy.h
|
| index 8dfe679255ed992964b35ec01a6fff1fc0f02364..823a270289854c4523b09e24fe6304e67b632702 100644
|
| --- a/services/ui/ws/access_policy.h
|
| +++ b/services/ui/ws/access_policy.h
|
| @@ -60,6 +60,7 @@ class AccessPolicy {
|
| virtual bool CanSetHitTestMask(const ServerWindow* window) const = 0;
|
| virtual bool CanSetAcceptDrops(const ServerWindow* window) const = 0;
|
| virtual bool CanSetAcceptEvents(const ServerWindow* window) const = 0;
|
| + virtual bool CanStackAtTop(const ServerWindow* window) const = 0;
|
| // Used for all client controllable cursor properties; which cursor should be
|
| // displayed, visibility, locking, etc.
|
| virtual bool CanSetCursorProperties(const ServerWindow* window) const = 0;
|
|
|