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

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

Issue 2527513002: Update ash shelf/tray focus rects. (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « ui/gfx/canvas.cc ('k') | ui/views/controls/slider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/slider.h
diff --git a/ui/views/controls/slider.h b/ui/views/controls/slider.h
index 1a7f74a8ef3f1e9fcf8b970e22810c61d721ad91..8d1b24c4ef35a9c4501d55e6155c957aef0892e7 100644
--- a/ui/views/controls/slider.h
+++ b/ui/views/controls/slider.h
@@ -65,8 +65,6 @@ class VIEWS_EXPORT Slider : public View, public gfx::AnimationDelegate {
accessibility_events_enabled_ = enabled;
}
- void set_focus_border_color(SkColor color) { focus_border_color_ = color; }
-
// Update UI based on control on/off state.
virtual void UpdateState(bool control_on) = 0;
@@ -139,7 +137,6 @@ class VIEWS_EXPORT Slider : public View, public gfx::AnimationDelegate {
bool value_is_valid_;
base::string16 accessible_name_;
bool accessibility_events_enabled_;
- SkColor focus_border_color_;
// Relative position of the mouse cursor (or the touch point) on the slider's
// button.
« no previous file with comments | « ui/gfx/canvas.cc ('k') | ui/views/controls/slider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698