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

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: Re-ordered static function in Label. 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
« no previous file with comments | « ash/common/system/tray/tray_popup_item_style_observer.h ('k') | ui/views/controls/label.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/label.h
diff --git a/ui/views/controls/label.h b/ui/views/controls/label.h
index 1663256bc8e0ea389de73d4728fe4fc6e5e00dea..9421d1dc68fcad05c2434e122a395c3df2cb994f 100644
--- a/ui/views/controls/label.h
+++ b/ui/views/controls/label.h
@@ -27,6 +27,8 @@ class VIEWS_EXPORT Label : public View {
Label(const base::string16& text, const gfx::FontList& font_list);
~Label() override;
+ static const gfx::FontList& GetDefaultFontList();
+
// Gets or sets the fonts used by this label.
const gfx::FontList& font_list() const { return render_text_->font_list(); }
« no previous file with comments | « ash/common/system/tray/tray_popup_item_style_observer.h ('k') | ui/views/controls/label.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698