| Index: ui/base/default_theme_provider.h
|
| diff --git a/ui/base/default_theme_provider.h b/ui/base/default_theme_provider.h
|
| index 91ee8d86d113f0a29ab9e7f76b47e8bb64a8cff6..e2f03c04ed9af8459e31777415620c02b01fcf8d 100644
|
| --- a/ui/base/default_theme_provider.h
|
| +++ b/ui/base/default_theme_provider.h
|
| @@ -42,6 +42,7 @@ class UI_BASE_EXPORT DefaultThemeProvider : public ThemeProvider {
|
| NSColor* GetNSColor(int id) const override;
|
| NSColor* GetNSColorTint(int id) const override;
|
| NSGradient* GetNSGradient(int id) const override;
|
| + bool ShouldIncreaseContrast() const override;
|
| #endif
|
|
|
| private:
|
|
|