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

Unified Diff: ui/views/controls/focus_ring.h

Issue 2411693002: views: add focus ring to TreeView (Closed)
Patch Set: rebase 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/focus_ring.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/focus_ring.h
diff --git a/ui/views/controls/focus_ring.h b/ui/views/controls/focus_ring.h
index c2e6cfdf76c9310c400552fd36253a6e51626150..53aa19d3b6262938ae598281fe969992c268a24a 100644
--- a/ui/views/controls/focus_ring.h
+++ b/ui/views/controls/focus_ring.h
@@ -21,7 +21,7 @@ class FocusRing : public View {
// Create a FocusRing and adds it to |parent|, or updates the one that already
// exists. |override_color_id| will be used in place of the default coloration
// when provided.
- static void Install(views::View* parent,
+ static View* Install(views::View* parent,
ui::NativeTheme::ColorId override_color_id =
ui::NativeTheme::kColorId_NumColors);
« no previous file with comments | « no previous file | ui/views/controls/focus_ring.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698