| Index: ui/views/controls/button/label_button.h
|
| diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
|
| index f37d9c8a7c2b1c39efcac532105a8d1b05474686..97a19892fc8dcff779884051ece3b514e1a36643 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -20,6 +20,9 @@ namespace views {
|
| class VIEWS_EXPORT LabelButton : public CustomButton,
|
| public NativeThemeDelegate {
|
| public:
|
| + // The length of the hover fade animation.
|
| + static const int kHoverAnimationDurationMs;
|
| +
|
| static const char kViewClassName[];
|
|
|
| LabelButton(ButtonListener* listener, const string16& text);
|
|
|