Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: ui/aura/client/aura_constants.h

Issue 2640123004: Initial support for native accessibility in ARC (Closed)
Patch Set: Address various feedback. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698