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