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

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

Issue 2633233003: aura-mus: Implement stacking in DesktopWindowTreeHostMus. (Closed)
Patch Set: Add access policy for CanStackAtTop. 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
Index: services/ui/ws/default_access_policy.h
diff --git a/services/ui/ws/default_access_policy.h b/services/ui/ws/default_access_policy.h
index 5f25846cc7dc3f9e230a12fe933d2a84629bbdc4..7791c6e07d5a3222069fe7f21c46268a08ff2f8b 100644
--- a/services/ui/ws/default_access_policy.h
+++ b/services/ui/ws/default_access_policy.h
@@ -53,6 +53,7 @@ class DefaultAccessPolicy : public AccessPolicy {
bool CanSetHitTestMask(const ServerWindow* window) const override;
bool CanSetAcceptDrops(const ServerWindow* window) const override;
bool CanSetAcceptEvents(const ServerWindow* window) const override;
+ bool CanStackAtTop(const ServerWindow* window) const override;
bool CanSetCursorProperties(const ServerWindow* window) const override;
bool CanInitiateDragLoop(const ServerWindow* window) const override;
bool CanInitiateMoveLoop(const ServerWindow* window) const override;

Powered by Google App Engine
This is Rietveld 408576698