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

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: Dock with zero width (no logs) Created 7 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: ash/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index ae304352028bb0df325896583ee624026669aa39..cf4687adf40163dc227cf4b77722267b4e32a6fa 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 property to tell which workspace edge the window is docked to.
+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