Chromium Code Reviews| 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. |