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

Unified Diff: ui/views/test/test_views_delegate_mac.mm

Issue 2734113006: "Bootstrap" a toolkit-views Typography spec. (Closed)
Patch Set: Rebase (conflict in layout_delegate.h due to r457774) 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/test/test_views_delegate_mac.mm
diff --git a/ui/views/test/test_views_delegate_mac.mm b/ui/views/test/test_views_delegate_mac.mm
index 6c9a57426fa5bf6ae73a263a64c8c33be5260ab4..f2f72a0ef9b7c5ed580d7b0066d0fc0f514ab4dc 100644
--- a/ui/views/test/test_views_delegate_mac.mm
+++ b/ui/views/test/test_views_delegate_mac.mm
@@ -38,4 +38,8 @@ ui::ContextFactoryPrivate* TestViewsDelegate::GetContextFactoryPrivate() {
return context_factory_private_;
}
+const TypographyProvider& TestViewsDelegate::GetTypographyProvider() const {
+ return typography_provider_;
+}
+
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698