| 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..5fd453e7522da0930a86556062c8cd55f37a7ab5 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& native_theme) const override;
|
| int GetLineHeight(int context, int style) const override;
|
|
|
| private:
|
|
|