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

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

Issue 2335513002: Adding ripple effect for clicks on MD slider (Closed)
Patch Set: add disallow_copy_and_assign to testslider 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 | « ui/views/controls/md_slider.cc ('k') | ui/views/controls/slider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/non_md_slider.h
diff --git a/ui/views/controls/non_md_slider.h b/ui/views/controls/non_md_slider.h
index b07979aa979864b2ec3f5007a0d5d59cdb98047d..fa6bfc9ca0757017ccf8812b2af11acc30f48306 100644
--- a/ui/views/controls/non_md_slider.h
+++ b/ui/views/controls/non_md_slider.h
@@ -40,6 +40,8 @@ class VIEWS_EXPORT NonMdSlider : public Slider {
// Array used to hold current state of slider images.
const gfx::ImageSkia* images_[4];
int bar_height_;
+
+ DISALLOW_COPY_AND_ASSIGN(NonMdSlider);
};
} // namespace views
« no previous file with comments | « ui/views/controls/md_slider.cc ('k') | ui/views/controls/slider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698