| 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.
|
|
|
|
|