| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 7dbd96c5632d0c674ace5304c7f98688d7347e1b..1f0cb586b1130ca15fcf075132243aab7fd84a42 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -674,7 +674,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
|
|
| // Return whether this view is focusable when the user requires full keyboard
|
| // access, even though it may not be normally focusable.
|
| - bool IsAccessibilityFocusableInRootView() const;
|
| + bool IsAccessibilityFocusable() const;
|
|
|
| // Set whether this view can be made focusable if the user requires
|
| // full keyboard access, even though it's not normally focusable.
|
|
|