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 32c524fde956038ce686a824e2a518186f706e37..89b322ffe64f3796c15efe126cb68efeee5e0586 100644 |
| --- a/ui/aura/client/aura_constants.h |
| +++ b/ui/aura/client/aura_constants.h |
| @@ -38,6 +38,9 @@ AURA_EXPORT extern const WindowProperty<bool>* const kConstrainedWindowKey; |
| // attention. |
| AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey; |
| +// A property key to store the host window of a window. |
|
sky
2014/06/19 15:15:01
This description is too generic, be more specific.
calamity
2014/06/20 07:10:39
Updated.
|
| +AURA_EXPORT extern const WindowProperty<Window*>* const kHostWindowKey; |
| + |
| // A property key to store the window modality. |
| AURA_EXPORT extern const WindowProperty<ui::ModalType>* const kModalKey; |