Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: chrome/browser/ui/cocoa/download/background_theme.mm

Issue 2091053002: Change chrome:// favicons in tabstrip based on theming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/download/background_theme.mm
diff --git a/chrome/browser/ui/cocoa/download/background_theme.mm b/chrome/browser/ui/cocoa/download/background_theme.mm
index b1b8e728c1efb256c44e86579c29fb8acd4ba7c0..a123697ed05a3c95284292f5e055e79a2c34630b 100644
--- a/chrome/browser/ui/cocoa/download/background_theme.mm
+++ b/chrome/browser/ui/cocoa/download/background_theme.mm
@@ -47,6 +47,10 @@ SkColor BackgroundTheme::GetColor(int id) const {
return SkColor();
}
+color_utils::HSL BackgroundTheme::GetTint(int id) const {
+ return color_utils::HSL();
+}
+
int BackgroundTheme::GetDisplayProperty(int id) const {
return -1;
}

Powered by Google App Engine
This is Rietveld 408576698