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

Unified Diff: chrome/browser/themes/theme_properties.cc

Issue 1833903002: Fix regression in toolbar and bubble border drawing in Incognito (Mac). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_properties.cc
diff --git a/chrome/browser/themes/theme_properties.cc b/chrome/browser/themes/theme_properties.cc
index 610448b94daa4163b8657e28d273b86b40be77bc..4d1071139f95b4eaa250f7c1234ec501bc3b9b84 100644
--- a/chrome/browser/themes/theme_properties.cc
+++ b/chrome/browser/themes/theme_properties.cc
@@ -150,7 +150,7 @@ const SkColor kDefaultColorToolbarStroke[] = {
SkColorSetRGB(103, 103, 103), SkColorSetARGB(37, 0, 0, 0)};
const SkColor kDefaultColorToolbarStrokeInactive = SkColorSetRGB(163, 163, 163);
const SkColor kDefaultColorToolbarIncognitoStroke[] = {
- SkColorSetRGB(255, 0, 0), SkColorSetARGB(63, 0, 0, 0)};
+ SkColorSetRGB(103, 103, 103), SkColorSetARGB(63, 0, 0, 0)};
const SkColor kDefaultColorToolbarStrokeTheme =
SkColorSetARGB(102, 255, 255, 255);
const SkColor kDefaultColorToolbarStrokeThemeInactive =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698