Chromium Code Reviews| Index: ui/views/controls/label.h |
| diff --git a/ui/views/controls/label.h b/ui/views/controls/label.h |
| index f9c49d057a06de6fb275c0b6cf010742d922534e..0e8f0b60de3ab84004ac4ca3003fb9fe8fb21f8c 100644 |
| --- a/ui/views/controls/label.h |
| +++ b/ui/views/controls/label.h |
| @@ -290,7 +290,7 @@ class VIEWS_EXPORT Label : public View, |
| const gfx::RenderText* GetRenderTextForSelectionController() const; |
| - void Init(const base::string16& text, const gfx::FontList& font_list); |
| + void Init(const base::string16& text); |
|
Peter Kasting
2017/04/04 00:47:58
Why scrap the second arg? At least for now it loo
tapted
2017/04/04 06:23:00
Ah, this made more sense back in Patchset1 where I
|
| void ResetLayout(); |