| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index ec3f72b7de8d2e004558e486fa3635ce93c6e034..6ef583676957089c541995ed208e6dffb80c1621 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -1144,9 +1144,8 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
|
|
| // Focus ---------------------------------------------------------------------
|
|
|
| - // Returns true if ALWAYS is the last set focus behavior. Use IsFocusable() to
|
| - // determine if a view can take focus right now.
|
| - bool focusable() const { return focus_behavior_ == FocusBehavior::ALWAYS; }
|
| + // Returns last set focus behavior.
|
| + FocusBehavior focus_behavior() const { return focus_behavior_; }
|
|
|
| // Override to be notified when focus has changed either to or from this View.
|
| virtual void OnFocus();
|
|
|