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

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: Docking with dock width=0 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..d2309bb9758e89a70e6d7c44840a557e5bd4d742 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 docked to.
flackr 2013/06/03 22:03:43 Not a bitmask right?
varkha 2013/06/04 03:13:50 Done.
+extern const aura::WindowProperty<DockEdge>* const kDockEdge;
+
// 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