| 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();
|
| +
|
| Label();
|
| explicit Label(const base::string16& text);
|
| Label(const base::string16& text, const gfx::FontList& font_list);
|
|
|