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

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

Issue 2126103003: Change chrome:// favicons in tabstrip based on theming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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
« no previous file with comments | « chrome/browser/ui/cocoa/download/background_theme.h ('k') | chrome/browser/ui/libgtk2ui/gtk2_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d086a5b6daaf699ed87b6657b7affebcb8288fe8 100644
--- a/chrome/browser/ui/cocoa/download/background_theme.mm
+++ b/chrome/browser/ui/cocoa/download/background_theme.mm
@@ -5,6 +5,7 @@
#include "chrome/browser/ui/cocoa/download/background_theme.h"
#import "chrome/browser/themes/theme_properties.h"
+#include "ui/gfx/color_utils.h"
BackgroundTheme::BackgroundTheme(const ui::ThemeProvider* provider)
: provider_(provider) {
@@ -47,6 +48,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;
}
« no previous file with comments | « chrome/browser/ui/cocoa/download/background_theme.h ('k') | chrome/browser/ui/libgtk2ui/gtk2_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698