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

Unified Diff: components/mus/ws/default_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/default_access_policy.h
diff --git a/components/mus/ws/default_access_policy.h b/components/mus/ws/default_access_policy.h
index 9135fb9901d53cbb86edbed02f051561da3243bd..075fd739bde4f978005bd16f9460f66e617d4e70 100644
--- a/components/mus/ws/default_access_policy.h
+++ b/components/mus/ws/default_access_policy.h
@@ -52,6 +52,7 @@ class DefaultAccessPolicy : public AccessPolicy {
bool CanSetClientArea(const ServerWindow* window) const override;
bool CanSetHitTestMask(const ServerWindow* window) const override;
bool CanSetCursorProperties(const ServerWindow* window) const override;
+ bool CanInitiateMoveLoop(const ServerWindow* window) const override;
bool ShouldNotifyOnHierarchyChange(
const ServerWindow* window,
const ServerWindow** new_parent,

Powered by Google App Engine
This is Rietveld 408576698