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

Unified Diff: ash/wm/window_properties.h

Issue 13896026: Stick windows to sides of workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preserve docked state when launcher auto-hide changes. Created 7 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
Index: ash/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index 21d7ae9e5dfedf7dbe12bf73b0c7cfbe2b0e116a..d0a8418fdf0cbf11b30aeca087791dd339583c8d 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -98,9 +98,11 @@ ASH_EXPORT extern const aura::WindowProperty<bool>* const
// window to the restore-bounds (false by default).
extern const aura::WindowProperty<bool>* const kWindowRestoresToRestoreBounds;
+// A bitmask containing the workspace edges that the window is stuck to.
flackr 2013/05/01 17:34:04 I don't think we'll have any useful behaviors for
varkha 2013/05/18 03:06:37 I am not sure. When the gutter appears, say on the
flackr 2013/05/22 02:00:56 For now, I think a window touching a gutter should
+extern const aura::WindowProperty<int>* const kWindowStuckToEdge;
+
// True if the window is controlled by the workspace manager.
-extern const aura::WindowProperty<bool>* const
- kWindowTrackedByWorkspaceKey;
+extern const aura::WindowProperty<bool>* const kWindowTrackedByWorkspaceKey;
// Alphabetical sort.

Powered by Google App Engine
This is Rietveld 408576698