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

Unified Diff: chrome/browser/ui/views/harmony/harmony_layout_delegate.cc

Issue 2765883004: Implement Harmony typography spec. (Closed)
Patch Set: respond to comments Created 3 years, 8 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: chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
diff --git a/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc b/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
index 8afd20369d3b97654914b2ba6851b72ac51e2eea..5e333accb075ef2cd75d55a427e5c93cc99409e3 100644
--- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
+++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
@@ -96,3 +96,8 @@ int HarmonyLayoutDelegate::GetDialogPreferredWidth(DialogWidth width) const {
NOTREACHED();
return 0;
}
+
+const views::TypographyProvider& HarmonyLayoutDelegate::GetTypographyProvider()
+ const {
+ return typography_provider_;
+}

Powered by Google App Engine
This is Rietveld 408576698