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

Unified Diff: ui/views/focus/focus_search.h

Issue 1894383002: MacViews: Implement Full Keyboard Access. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SetFocusBehavior
Patch Set: Rebased Created 4 years, 7 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/views/focus/focus_search.h
diff --git a/ui/views/focus/focus_search.h b/ui/views/focus/focus_search.h
index dd139187c6a27813755da6d85dc7ae0e68662876..9da7df45ae9a28b07f8297dddf47be3f6791b53c 100644
--- a/ui/views/focus/focus_search.h
+++ b/ui/views/focus/focus_search.h
@@ -87,7 +87,8 @@ class VIEWS_EXPORT FocusSearch {
bool IsViewFocusableCandidate(View* v, int skip_group_id);
// Convenience method; returns true if a view is not NULL and is focusable
- // (checking IsAccessibilityFocusable() if |accessibility_mode_| is true).
+ // (checking IsAccessibilityFocusable() if |accessibility_mode_| is true or
+ // the associated FocusManager has keyboard accessibility enabled).
bool IsFocusable(View* v);
// Returns the view selected for the group of the selected view. If the view

Powered by Google App Engine
This is Rietveld 408576698