| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 15aeb38262e58794e67d4c5ce850b9c378a26e6d..7dbd96c5632d0c674ace5304c7f98688d7347e1b 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -669,9 +669,8 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
| // Returns true if this view is capable of taking focus.
|
| bool focusable() const { return focusable_ && enabled_ && visible_; }
|
|
|
| - // Returns true if the view is focusable (IsFocusable) and visible in the root
|
| - // view. See also IsFocusable.
|
| - virtual bool IsFocusableInRootView() const;
|
| + // Returns true if this view is |focusable_|, |enabled_| and drawn.
|
| + virtual bool IsFocusable() const;
|
|
|
| // Return whether this view is focusable when the user requires full keyboard
|
| // access, even though it may not be normally focusable.
|
|
|