| Index: ash/ash_constants.cc
|
| diff --git a/ash/ash_constants.cc b/ash/ash_constants.cc
|
| index fc76c8afd3a690ea4d0aacd82bfc298091a2c8f2..f253bc7c5a58be8426179377bd0fcfe60415a575 100644
|
| --- a/ash/ash_constants.cc
|
| +++ b/ash/ash_constants.cc
|
| @@ -9,6 +9,8 @@
|
| namespace ash {
|
|
|
| DEFINE_WINDOW_PROPERTY_KEY(bool, kConstrainedWindowKey, false);
|
| +DEFINE_WINDOW_PROPERTY_KEY(bool, kUserChangedWindowPositionOrSizeKey, false);
|
| +DEFINE_WINDOW_PROPERTY_KEY(bool, kWindowPositionManagedKey, false);
|
|
|
| const int kResizeAreaCornerSize = 16;
|
| const int kResizeOutsideBoundsSize = 6;
|
|
|