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

Unified Diff: ash/wm/common/wm_window.h

Issue 1911833002: Converts DockedWindowLayoutManager to use WmRootWindowControllerObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 4 years, 8 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 | « ash/wm/common/wm_root_window_controller_observer.h ('k') | ash/wm/dock/docked_window_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/wm_window.h
diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
index d1408d7d0b2fb6a650fbc77bb604765ec05a26c7..2200866654c4ef437daa06dbb235852f7846cd31 100644
--- a/ash/wm/common/wm_window.h
+++ b/ash/wm/common/wm_window.h
@@ -146,6 +146,10 @@ class ASH_EXPORT WmWindow {
virtual void SetRestoreShowState(ui::WindowShowState show_state) = 0;
+ // If |value| is true the window can not be moved to another root, regardless
+ // of the bounds set on it.
+ virtual void SetLockedToRoot(bool value) = 0;
+
virtual void SetCapture() = 0;
virtual bool HasCapture() = 0;
virtual void ReleaseCapture() = 0;
« no previous file with comments | « ash/wm/common/wm_root_window_controller_observer.h ('k') | ash/wm/dock/docked_window_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698