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..e4db8caf666eb2eef81fe5e40ab3ab111bedab55 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 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; |