Chromium Code Reviews| Index: ui/aura/client/aura_constants.h |
| diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h |
| index 1bf2c6a3281a6f2201ad33cf6b17a3fc22f5ea25..24d0ea8b23a36bb1236843acc703c9d1be4c1794 100644 |
| --- a/ui/aura/client/aura_constants.h |
| +++ b/ui/aura/client/aura_constants.h |
| @@ -25,6 +25,10 @@ AURA_EXPORT extern const WindowProperty<bool>* const kAlwaysOnTopKey; |
| // of value is an int. |
| AURA_EXPORT extern const WindowProperty<bool>* const kAnimationsDisabledKey; |
| +// The window is a constrained window and lives therefore entirely within |
| +// another aura window. |
| +AURA_EXPORT extern const WindowProperty<bool>* const kConstrainedWindowKey; |
|
Ben Goodger (Google)
2012/08/01 15:40:09
i'd rather not have this property live in aura. in
Mr4D (OOO till 08-26)
2012/08/01 16:42:28
Done.
|
| + |
| // A property key to indicate that a window should show that it deserves |
| // attention. |
| AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey; |