diff options
Diffstat (limited to 'views/focus/focus_search.h')
-rw-r--r-- | views/focus/focus_search.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/views/focus/focus_search.h b/views/focus/focus_search.h index f24864b..d6479c4 100644 --- a/views/focus/focus_search.h +++ b/views/focus/focus_search.h @@ -34,8 +34,8 @@ class FocusSearch { // view to FindNextFocusableView you will always get a valid view // out, even if it's the same view. // - |accessibility_mode| should be true if full keyboard accessibility is - // needed and you want to check IsAccessibilityFocusable(), - // rather than IsFocusable(). + // needed and you want to check IsAccessibilityFocusableInRootView(), + // rather than IsFocusableInRootView(). FocusSearch(View* root, bool cycle, bool accessibility_mode); virtual ~FocusSearch() {} @@ -74,7 +74,8 @@ class 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 IsAccessibilityFocusableInRootView() if accessibility_mode_ is + // true). bool IsFocusable(View* v); // Returns the view selected for the group of the selected view. If the view |