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

Unified Diff: ui/views/test/test_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/slider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/test_slider.h
diff --git a/ui/views/test/test_slider.h b/ui/views/test/test_slider.h
index b313c80e8ac723564181949293ba18c621db43c3..d9496d89d6263d721ba34a19b2a25102e8bb1756 100644
--- a/ui/views/test/test_slider.h
+++ b/ui/views/test/test_slider.h
@@ -29,6 +29,9 @@ class TestSlider : public Slider {
protected:
// ui::Slider:
int GetThumbWidth() override;
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(TestSlider);
};
} // namespace views
« no previous file with comments | « ui/views/controls/slider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698