| Index: chrome/browser/ui/views/harmony/chrome_typography.h
|
| diff --git a/chrome/browser/ui/views/harmony/chrome_typography.h b/chrome/browser/ui/views/harmony/chrome_typography.h
|
| index 394b04827c98601e60055e6c99b5bbb5f5ddfd3a..f23924fca56b611f9de290595479b7c6e61b4489 100644
|
| --- a/chrome/browser/ui/views/harmony/chrome_typography.h
|
| +++ b/chrome/browser/ui/views/harmony/chrome_typography.h
|
| @@ -62,6 +62,9 @@ class LegacyTypographyProvider : public views::DefaultTypographyProvider {
|
|
|
| // DefaultTypographyProvider:
|
| const gfx::FontList& GetFont(int text_context, int text_style) const override;
|
| + SkColor GetColor(int context,
|
| + int style,
|
| + const ui::NativeTheme& native_theme) const override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(LegacyTypographyProvider);
|
|
|