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

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: Correcting logic to avoid getting stuck on resize Created 7 years, 7 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 ae304352028bb0df325896583ee624026669aa39..05ad5defee3e700cc49b7e0fff8a72ca027e190c 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -97,9 +97,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.
+extern const aura::WindowProperty<int64>* 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