| Index: ui/base/default_theme_provider.h
|
| diff --git a/ui/base/default_theme_provider.h b/ui/base/default_theme_provider.h
|
| index e2f03c04ed9af8459e31777415620c02b01fcf8d..ef3f378aec30b2d8fd80a0cd1cfacb199a8329ba 100644
|
| --- a/ui/base/default_theme_provider.h
|
| +++ b/ui/base/default_theme_provider.h
|
| @@ -27,6 +27,7 @@ class UI_BASE_EXPORT DefaultThemeProvider : public ThemeProvider {
|
| // Overridden from ui::ThemeProvider:
|
| gfx::ImageSkia* GetImageSkiaNamed(int id) const override;
|
| SkColor GetColor(int id) const override;
|
| + color_utils::HSL GetTint(int id) const override;
|
| int GetDisplayProperty(int id) const override;
|
| bool ShouldUseNativeFrame() const override;
|
| bool HasCustomImage(int id) const override;
|
|
|