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

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

Issue 2633233003: aura-mus: Implement stacking in DesktopWindowTreeHostMus. (Closed)
Patch Set: Reword 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/access_policy.h ('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_delegate.h
diff --git a/services/ui/ws/access_policy_delegate.h b/services/ui/ws/access_policy_delegate.h
index bd654f795681ccae83e003366cf6e6555f1c940b..34d81dec3137e2bf6aafffc43f3b2fc322ca8355 100644
--- a/services/ui/ws/access_policy_delegate.h
+++ b/services/ui/ws/access_policy_delegate.h
@@ -30,6 +30,10 @@ class AccessPolicyDelegate {
virtual bool IsWindowRootOfAnotherTreeForAccessPolicy(
const ServerWindow* window) const = 0;
+ // Returns true if |window| was created by the window manager.
+ virtual bool IsWindowCreatedByWindowManager(
+ const ServerWindow* window) const = 0;
+
protected:
virtual ~AccessPolicyDelegate() {}
};
« no previous file with comments | « services/ui/ws/access_policy.h ('k') | services/ui/ws/default_access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698