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