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

Unified Diff: ui/views/test/test_views_delegate_aura.cc

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_aura.cc
diff --git a/ui/views/test/test_views_delegate_aura.cc b/ui/views/test/test_views_delegate_aura.cc
index cf4588af37e4d983d26aa35012078a03b27f49df..6571971210c661720f8ab13142bdd4d8554f9c39 100644
--- a/ui/views/test/test_views_delegate_aura.cc
+++ b/ui/views/test/test_views_delegate_aura.cc
@@ -59,4 +59,8 @@ ui::ContextFactoryPrivate* TestViewsDelegate::GetContextFactoryPrivate() {
return nullptr;
}
+const TypographyProvider& TestViewsDelegate::GetTypographyProvider() const {
+ return typography_provider_;
+}
+
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698