| Index: ui/views/focus/focus_search.cc
|
| diff --git a/ui/views/focus/focus_search.cc b/ui/views/focus/focus_search.cc
|
| index 56ec02f38c53b89736c98f09afd5181f0ed294d0..f6b3e964c58694356cf9217239ccd31a0f660189 100644
|
| --- a/ui/views/focus/focus_search.cc
|
| +++ b/ui/views/focus/focus_search.cc
|
| @@ -102,7 +102,7 @@ bool FocusSearch::IsFocusable(View* v) {
|
| if (accessibility_mode_)
|
| return v && v->IsAccessibilityFocusableInRootView();
|
|
|
| - return v && v->IsFocusableInRootView();
|
| + return v && v->IsFocusable();
|
| }
|
|
|
| View* FocusSearch::FindSelectedViewForGroup(View* view) {
|
|
|