| Index: ash/wm/window_properties.h
|
| diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
|
| index 5c2278f6eefe35bde65858848c162fee995b8b4e..c6ab3d0e33c0ec8d174427c5ae263c1f51414d7c 100644
|
| --- a/ash/wm/window_properties.h
|
| +++ b/ash/wm/window_properties.h
|
| @@ -25,6 +25,11 @@ class WindowState;
|
|
|
| // Alphabetical sort.
|
|
|
| +// If this is set to true, the window stays in the same root window even if the
|
| +// bounds outside of its root window is set.
|
| +// This is exported as it's used in the tests.
|
| +ASH_EXPORT extern const aura::WindowProperty<bool>* const kLockedToRootKey;
|
| +
|
| // A property key which stores the bounds to restore a window to. These take
|
| // preference over the current bounds/state. This is used by e.g. the always
|
| // maximized mode window manager.
|
| @@ -41,12 +46,6 @@ ASH_EXPORT extern const aura::WindowProperty<ui::WindowShowState>* const
|
| // boundary.
|
| extern const aura::WindowProperty<bool>* const kSnapChildrenToPixelBoundary;
|
|
|
| -// If this is set to true, the window stays in the same root window
|
| -// even if the bounds outside of its root window is set.
|
| -// This is exported as it's used in the tests.
|
| -ASH_EXPORT extern const aura::WindowProperty<bool>* const
|
| - kStayInSameRootWindowKey;
|
| -
|
| // Property to tell if the container uses the screen coordinates.
|
| extern const aura::WindowProperty<bool>* const kUsesScreenCoordinatesKey;
|
|
|
|
|