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 04af9214cabb7c4ef725792c52930e8f9a8c1b97..13365cb874637f7ca4bc04f2b1b3b7890e6459b2 100644 |
| --- a/ui/aura/client/aura_constants.h |
| +++ b/ui/aura/client/aura_constants.h |
| @@ -115,6 +115,9 @@ AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const kRestoreBoundsKey; |
| AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const |
| kShowStateKey; |
| +// A bool property key to specify if the window should have a backdrop. |
|
sky
2017/05/15 17:38:28
'Backdrop' isn't a readily obvious term. Please do
oshima
2017/05/16 08:22:10
Done.
|
| +AURA_EXPORT extern const WindowProperty<bool>* const kHasBackdrop; |
| + |
| // A property key to store the title of the window; sometimes shown to users. |
| AURA_EXPORT extern const WindowProperty<base::string16*>* const kTitleKey; |