Index: chrome/browser/ui/cocoa/download/background_theme.h |
diff --git a/chrome/browser/ui/cocoa/download/background_theme.h b/chrome/browser/ui/cocoa/download/background_theme.h |
index 565b01960f66e01b21bfc5958d166d63d7702265..9145660f5d990e34b31f2758aef9ed17b5803b26 100644 |
--- a/chrome/browser/ui/cocoa/download/background_theme.h |
+++ b/chrome/browser/ui/cocoa/download/background_theme.h |
@@ -19,6 +19,7 @@ class BackgroundTheme : public ui::ThemeProvider { |
bool UsingSystemTheme() const override; |
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; |