| Index: chrome/browser/ui/views/harmony/layout_delegate.h
|
| diff --git a/chrome/browser/ui/views/harmony/layout_delegate.h b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| index e37879f86ed5e5433edaf45c5a8b4f31ef58058a..a833704edce2404958ce8d08d09c2c919e71a896 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -6,6 +6,16 @@
|
| #define CHROME_BROWSER_UI_VIEWS_HARMONY_LAYOUT_DELEGATE_H_
|
|
|
| #include "ui/views/layout/grid_layout.h"
|
| +#include "ui/views/style/typography.h"
|
| +
|
| +class ChromeTextContext : public views::TextContext {
|
| + public:
|
| + // "Body 2". Usually 12pt.
|
| + static constexpr const Value DIALOG_TEXT_SMALL = VIEWS_MAX + 1;
|
| +
|
| + // ResourceBundle::SmallFont (11 pt).
|
| + static constexpr const Value DEPRECATED_SMALL = VIEWS_MAX + 2;
|
| +};
|
|
|
| class LayoutDelegate {
|
| public:
|
|
|