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

Side by Side Diff: ui/views/style/typography.cc

Issue 2734113006: "Bootstrap" a toolkit-views Typography spec. (Closed)
Patch Set: Shred Typography class, follow-up on some other things. fix compile. 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "ui/views/style/typography.h"
6
7 namespace views {
8
9 constexpr const TextContext::Value TextContext::DIALOG_TITLE;
10 constexpr const TextContext::Value TextContext::CONTROL_LABEL;
11 constexpr const TextContext::Value TextContext::FIELD;
12 constexpr const TextContext::Value TextContext::BUTTON_TEXT;
13
14 constexpr const TextStyle::Value TextStyle::PRIMARY;
15 constexpr const TextStyle::Value TextStyle::DISABLED;
16 constexpr const TextStyle::Value TextStyle::LINK;
17 constexpr const TextStyle::Value TextStyle::ACTIVE_TAB;
18 constexpr const TextStyle::Value TextStyle::INACTIVE_TAB;
19 constexpr const TextStyle::Value TextStyle::HOVERED_TAB;
20
21 } // namespace views
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698