| Index: ui/views/controls/tree/tree_view.h
|
| diff --git a/ui/views/controls/tree/tree_view.h b/ui/views/controls/tree/tree_view.h
|
| index 63ea2edc2a5d60a4d274e6843e02a98b2f8cb73d..5de65d398df76664197b6c432f632dbc560d84ab 100644
|
| --- a/ui/views/controls/tree/tree_view.h
|
| +++ b/ui/views/controls/tree/tree_view.h
|
| @@ -349,10 +349,8 @@ class VIEWS_EXPORT TreeView : public View,
|
| // control.
|
| bool IsPointInExpandControl(InternalNode* node, const gfx::Point& point);
|
|
|
| - // Sets whether a focus ring is visible on this control or not. This function
|
| - // does nothing if focus rings aren't enabled in general or if the platform's
|
| - // style does not use focus rings on TreeViews.
|
| - void SetHasFocusRing(bool);
|
| + // Sets whether a focus indicator is visible on this control or not.
|
| + void SetHasFocusIndicator(bool);
|
|
|
| // The model, may be null.
|
| ui::TreeModel* model_;
|
|
|