| 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 cc4c102b975e0475dffffbdd33f902b065c46588..7a6f3eaba34f144567ee418cfb23f39682937f7f 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -62,7 +62,11 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
|
|
|
| // Gets or sets the font list used by this button.
|
| const gfx::FontList& GetFontList() const;
|
| - void SetFontList(const gfx::FontList& font_list);
|
| + // TODO(estade): make this function protected.
|
| + virtual void SetFontList(const gfx::FontList& font_list);
|
| +
|
| + // Adjusts the font size up or down by the given amount.
|
| + virtual void AdjustFontSize(int font_size_delta);
|
|
|
| // Sets the elide behavior of this button.
|
| void SetElideBehavior(gfx::ElideBehavior elide_behavior);
|
|
|