Chromium Code Reviews| Index: ui/views/controls/label.h |
| diff --git a/ui/views/controls/label.h b/ui/views/controls/label.h |
| index 1663256bc8e0ea389de73d4728fe4fc6e5e00dea..17240d66feaaa3f97f87f583607b9406f0653cd5 100644 |
| --- a/ui/views/controls/label.h |
| +++ b/ui/views/controls/label.h |
| @@ -22,6 +22,8 @@ class VIEWS_EXPORT Label : public View { |
| // The padding for the focus border when rendering focused text. |
| static const int kFocusBorderPadding; |
| + static const gfx::FontList& GetDefaultFontList(); |
|
sky
2016/09/15 22:51:01
Style guide says constructor/destructor before oth
bruthig
2016/09/16 01:01:34
Done.
|
| + |
| Label(); |
| explicit Label(const base::string16& text); |
| Label(const base::string16& text, const gfx::FontList& font_list); |