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

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

Issue 2565273003: Merge to M56: Add kAccessibilityFocusFallsbackToWidget property (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « components/exo/shell_surface.cc ('k') | ui/aura/client/aura_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/aura_constants.h
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index bf74a0d553c7c7070e03ae5334c3a6fdcdc7fc09..032168d2ea149408a37c2891e17e4cde69a7650a 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -21,6 +21,11 @@ namespace client {
// Alphabetical sort.
+// A property key to store whether accessibility focus falls back to widget or
+// not.
+AURA_EXPORT extern const WindowProperty<bool>* const
+ kAccessibilityFocusFallsbackToWidgetKey;
+
// A property key to store always-on-top flag.
AURA_EXPORT extern const WindowProperty<bool>* const kAlwaysOnTopKey;
« no previous file with comments | « components/exo/shell_surface.cc ('k') | ui/aura/client/aura_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698