| Index: services/ui/ws/access_policy.h
|
| diff --git a/services/ui/ws/access_policy.h b/services/ui/ws/access_policy.h
|
| index 823a270289854c4523b09e24fe6304e67b632702..fa5b236aebb374585778f27bafb0de5b344718e0 100644
|
| --- a/services/ui/ws/access_policy.h
|
| +++ b/services/ui/ws/access_policy.h
|
| @@ -60,6 +60,8 @@ 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 CanStackAbove(const ServerWindow* above,
|
| + const ServerWindow* below) 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.
|
|
|