| Index: chrome/browser/ui/views/harmony/harmony_typography_provider.h
|
| diff --git a/chrome/browser/ui/views/harmony/harmony_typography_provider.h b/chrome/browser/ui/views/harmony/harmony_typography_provider.h
|
| index 7885f2ceed8e30140ce11ee38abdd4cb693f4caa..d3b4a8e953fcc62d36a8ca70b28738e0db623331 100644
|
| --- a/chrome/browser/ui/views/harmony/harmony_typography_provider.h
|
| +++ b/chrome/browser/ui/views/harmony/harmony_typography_provider.h
|
| @@ -14,8 +14,10 @@ class HarmonyTypographyProvider : public views::TypographyProvider {
|
| HarmonyTypographyProvider() = default;
|
|
|
| // TypographyProvider:
|
| - const gfx::FontList& GetFont(int text_context, int text_style) const override;
|
| - SkColor GetColor(int context, int style) const override;
|
| + const gfx::FontList& GetFont(int context, int style) const override;
|
| + SkColor GetColor(int context,
|
| + int style,
|
| + const ui::NativeTheme& theme) const override;
|
| int GetLineHeight(int context, int style) const override;
|
|
|
| private:
|
|
|