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

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

Issue 2411693002: views: add focus ring to TreeView (Closed)
Patch Set: relayout focusring in scrollview 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/scroll_view.cc » ('j') | ui/views/controls/scroll_view.cc » ('J')
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 2438bc7b9dd5f215359deddab148669cc2f798a6..d0f2703094885590c89fb7b9e435e8c3a4e7edde 100644
--- a/ui/views/controls/focus_ring.h
+++ b/ui/views/controls/focus_ring.h
@@ -14,6 +14,8 @@ namespace views {
// the bounds of its parent view.
class FocusRing : public View {
public:
+ static const char kViewClassName[];
+
// Create a FocusRing and adds it to |parent|.
static void Install(views::View* parent);
@@ -27,8 +29,6 @@ class FocusRing : public View {
void OnPaint(gfx::Canvas* canvas) override;
private:
- static const char kViewClassName[];
-
FocusRing();
~FocusRing() override;
« no previous file with comments | « no previous file | ui/views/controls/scroll_view.cc » ('j') | ui/views/controls/scroll_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698