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

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

Issue 2530073002: Add kAccessibilityFocusFallsbackToWidget property (Closed)
Patch Set: Fix AxAuraObjCache 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
Index: ui/aura/client/aura_constants.h
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index 9eb52910c9ac71afdd55ddaeb746a43bcc19e987..7c1c0b7ec4d402d96b519c3056a7fea67a9b42ba 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -25,6 +25,11 @@ namespace client {
// Alphabetical sort.
+// A property key to store whether accessibility focus fallsback 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;

Powered by Google App Engine
This is Rietveld 408576698