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

Unified Diff: components/mus/ws/window_manager_access_policy.cc

Issue 2060513002: Tab dragging as implemented as a mus API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: OnWmMoveLoopComplete() -> WmResponse() and use change_id instead of window_id in cancel. 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/window_manager_access_policy.cc
diff --git a/components/mus/ws/window_manager_access_policy.cc b/components/mus/ws/window_manager_access_policy.cc
index 7682c264383b7badf3b644d74a4dcad75c3c18d6..7cc33ffa8612980cf233a5d33277f8d673feb9b6 100644
--- a/components/mus/ws/window_manager_access_policy.cc
+++ b/components/mus/ws/window_manager_access_policy.cc
@@ -140,6 +140,11 @@ bool WindowManagerAccessPolicy::CanSetCursorProperties(
delegate_->HasRootForAccessPolicy(window);
}
+bool WindowManagerAccessPolicy::CanInitiateMoveLoop(
+ const ServerWindow* window) const {
+ return false;
+}
+
bool WindowManagerAccessPolicy::ShouldNotifyOnHierarchyChange(
const ServerWindow* window,
const ServerWindow** new_parent,

Powered by Google App Engine
This is Rietveld 408576698