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

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

Issue 863223002: Add missing views class names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: table Created 5 years, 11 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/message_box_view.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 22b1f127be6cf3acd25e43113994791330b260b8..afe7516b9c28b5c92c24be95d595f929fefab1df 100644
--- a/ui/views/controls/slider.h
+++ b/ui/views/controls/slider.h
@@ -47,6 +47,9 @@ class VIEWS_EXPORT SliderListener {
class VIEWS_EXPORT Slider : public View, public gfx::AnimationDelegate {
public:
+ // Internal class name.
+ static const char kViewClassName[];
+
enum Orientation {
HORIZONTAL,
VERTICAL
@@ -94,6 +97,7 @@ class VIEWS_EXPORT Slider : public View, public gfx::AnimationDelegate {
void OnSliderDragEnded();
// views::View overrides:
+ const char* GetClassName() const override;
gfx::Size GetPreferredSize() const override;
void OnPaint(gfx::Canvas* canvas) override;
bool OnMousePressed(const ui::MouseEvent& event) override;
« no previous file with comments | « ui/views/controls/message_box_view.cc ('k') | ui/views/controls/slider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698