| Index: ash/wm/window_properties.h
|
| diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
|
| index ba5f76435e31033496a2f66dc98ccb2f394fe4e0..c00a62b4eb7e93f190a0499e2fa30253999d66b7 100644
|
| --- a/ash/wm/window_properties.h
|
| +++ b/ash/wm/window_properties.h
|
| @@ -66,12 +66,22 @@ ASH_EXPORT extern const aura::WindowProperty<bool>* const
|
| extern const aura::WindowProperty<ui_controls::UIControlsAura*>* const
|
| kUIControlsKey;
|
|
|
| +// A property key to remember if a windows position or size was changed by a
|
| +// user.
|
| +ASH_EXPORT extern const aura::WindowProperty<bool>* const
|
| + kUserChangedWindowPositionOrSizeKey;
|
| +
|
| // Property to tell if the container uses the screen coordinates.
|
| extern const aura::WindowProperty<bool>* const kUsesScreenCoordinatesKey;
|
|
|
| extern const aura::WindowProperty<WindowPersistsAcrossAllWorkspacesType>* const
|
| kWindowPersistsAcrossAllWorkspacesKey;
|
|
|
| +// A property key to remember if a windows position can be managed by the
|
| +// workspace manager or not.
|
| +ASH_EXPORT extern const aura::WindowProperty<bool>* const
|
| + kWindowPositionManagedKey;
|
| +
|
| // True if the window is controlled by the workspace manager.
|
| extern const aura::WindowProperty<bool>* const
|
| kWindowTrackedByWorkspaceKey;
|
|
|