| 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..6c6cf5c2f186b6d7e97fbcaf12b22deeb629db57 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;
|
|
|