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

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

Issue 2244003002: Materialized font style for TrayItemMore type system tray rows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into tray_item_popup_style Created 4 years, 3 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 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);

Powered by Google App Engine
This is Rietveld 408576698