Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: services/ui/ws/access_policy.h

Issue 2655463009: aura-mus: Implement DesktopWindowTreeHostMus::StackAbove(). (Closed)
Patch Set: Add comment. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/ws/default_access_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/ws/default_access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698