| 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 420b6014de4846531bc8011d7b1b7996d8ffa912..0b5e24e7834e6854714bdcd79afcda804c118656 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -52,7 +52,7 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
|
| void SetTextColor(ButtonState for_state, SkColor color);
|
|
|
| // Sets the text colors shown for the non-disabled states to |color|.
|
| - void SetEnabledTextColors(SkColor color);
|
| + virtual void SetEnabledTextColors(SkColor color);
|
|
|
| // Sets drop shadows underneath the text.
|
| void SetTextShadows(const gfx::ShadowValues& shadows);
|
|
|