| 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..921f24920dace24822781e7f1d333c1fd7a99350 100644
|
| --- a/chrome/browser/ui/views/harmony/harmony_typography_provider.h
|
| +++ b/chrome/browser/ui/views/harmony/harmony_typography_provider.h
|
| @@ -15,7 +15,9 @@ class HarmonyTypographyProvider : public views::TypographyProvider {
|
|
|
| // TypographyProvider:
|
| const gfx::FontList& GetFont(int text_context, int text_style) const override;
|
| - SkColor GetColor(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:
|
|
|