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

Unified Diff: services/ui/ws/window_manager_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/ws/test_utils.cc ('k') | services/ui/ws/window_manager_access_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_access_policy.h
diff --git a/services/ui/ws/window_manager_access_policy.h b/services/ui/ws/window_manager_access_policy.h
index 8e740cd010712fe377e8df58a5e3a7c9eb05745a..f15b36a5c069de5c8cf8e11daca27a8082aac984 100644
--- a/services/ui/ws/window_manager_access_policy.h
+++ b/services/ui/ws/window_manager_access_policy.h
@@ -52,6 +52,8 @@ class WindowManagerAccessPolicy : public AccessPolicy {
bool CanSetHitTestMask(const ServerWindow* window) const override;
bool CanSetAcceptDrops(const ServerWindow* window) const override;
bool CanSetAcceptEvents(const ServerWindow* window) const override;
+ bool CanStackAbove(const ServerWindow* above,
+ const ServerWindow* below) const override;
bool CanStackAtTop(const ServerWindow* window) const override;
bool CanSetCursorProperties(const ServerWindow* window) const override;
bool CanInitiateDragLoop(const ServerWindow* window) const override;
« no previous file with comments | « services/ui/ws/test_utils.cc ('k') | services/ui/ws/window_manager_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698