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

Unified Diff: components/mus/ws/access_policy.h

Issue 2060513002: Tab dragging as implemented as a mus API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thread move loop source through api. Created 4 years, 6 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: components/mus/ws/access_policy.h
diff --git a/components/mus/ws/access_policy.h b/components/mus/ws/access_policy.h
index 2f0cb366cc5200f73c2f8220350097302ba595e5..30edbca6ddcb5cde41c88285cd4d2d34d1807642 100644
--- a/components/mus/ws/access_policy.h
+++ b/components/mus/ws/access_policy.h
@@ -61,6 +61,7 @@ class AccessPolicy {
// Used for all client controllable cursor properties; which cursor should be
// displayed, visibility, locking, etc.
virtual bool CanSetCursorProperties(const ServerWindow* window) const = 0;
+ virtual bool CanInitiateMoveLoop(const ServerWindow* window) const = 0;
// Returns whether the client should notify on a hierarchy change.
// |new_parent| and |old_parent| are initially set to the new and old parents

Powered by Google App Engine
This is Rietveld 408576698