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

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

Issue 2734113006: "Bootstrap" a toolkit-views Typography spec. (Closed)
Patch Set: ExtendableEnum 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: chrome/browser/ui/views/harmony/layout_delegate.cc
diff --git a/chrome/browser/ui/views/harmony/layout_delegate.cc b/chrome/browser/ui/views/harmony/layout_delegate.cc
index 4ecca847866344e28d68e68bc75946bd8e22d7fd..a3d6fb4680a6141a4bb0281b646a333262b7121b 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.cc
+++ b/chrome/browser/ui/views/harmony/layout_delegate.cc
@@ -13,6 +13,9 @@
static base::LazyInstance<LayoutDelegate>::DestructorAtExit layout_delegate_ =
LAZY_INSTANCE_INITIALIZER;
+const ChromeTextContext::Value ChromeTextContext::DIALOG_TEXT_SMALL;
+const ChromeTextContext::Value ChromeTextContext::DEPRECATED_SMALL;
+
// static
LayoutDelegate* LayoutDelegate::Get() {
return ui::MaterialDesignController::IsSecondaryUiMaterial()

Powered by Google App Engine
This is Rietveld 408576698