Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: ui/views/controls/tree/tree_view.h

Issue 2411693002: views: add focus ring to TreeView (Closed)
Patch Set: make this Mac-specific Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/controls/tree/tree_view.cc » ('j') | ui/views/controls/tree/tree_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5eb096e3d2fb4f04d33cdfb68180c05f5342992f..108481f2d61f1361fcad785aff3e7a5c31d3d8e8 100644
--- a/ui/views/controls/tree/tree_view.h
+++ b/ui/views/controls/tree/tree_view.h
@@ -349,6 +349,10 @@ class VIEWS_EXPORT TreeView : public View,
// control.
bool IsPointInExpandControl(InternalNode* node, const gfx::Point& point);
+ // Returns the View that the focus ring for this TreeView should be drawn
+ // around.
+ View* FindFocusRingView();
+
// The model, may be null.
ui::TreeModel* model_;
« no previous file with comments | « no previous file | ui/views/controls/tree/tree_view.cc » ('j') | ui/views/controls/tree/tree_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698