| Index: ui/aura/client/aura_constants.h
|
| diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
|
| index 71df93741f26207086172b2df2bc0f45989f3014..3125aab9a204bb060aec11a8ec5c67c8eb2f6a17 100644
|
| --- a/ui/aura/client/aura_constants.h
|
| +++ b/ui/aura/client/aura_constants.h
|
| @@ -112,6 +112,11 @@ AURA_EXPORT extern const WindowProperty<gfx::ImageSkia*>* const kWindowIconKey;
|
| AURA_EXPORT extern const aura::WindowProperty<ui::mojom::WindowType>* const
|
| kWindowTypeKey;
|
|
|
| +// A property key to store the id of an accessible child tree hosted by this
|
| +// window. Type of value is an int.
|
| +AURA_EXPORT extern const WindowProperty<int32_t>* const
|
| + kAccessibleChildTreeIdKey;
|
| +
|
| // Alphabetical sort.
|
|
|
| } // namespace client
|
|
|