Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: ui/views/controls/label.h

Issue 2765883004: Implement Harmony typography spec. (Closed)
Patch Set: test, nit comment Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698