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

Unified Diff: ui/native_theme/common_theme.cc

Issue 1438513003: [MD] Implement incognito colors as a NativeTheme (for Aura). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win, linux, android compiles issues Created 5 years, 1 month 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: ui/native_theme/common_theme.cc
diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
index 9afa93d2cd21e75157471676e4faa65e6952c8b9..b8a01b241f3dea208a345c35b17f1c99236d7ab0 100644
--- a/ui/native_theme/common_theme.cc
+++ b/ui/native_theme/common_theme.cc
@@ -65,7 +65,7 @@ bool CommonThemeGetSystemColor(NativeTheme::ColorId color_id, SkColor* color) {
const SkColor kSelectedMenuItemForegroundColorMd = SK_ColorBLACK;
// Link:
const SkColor kLinkDisabledColorMd = SK_ColorBLACK;
- const SkColor kLinkEnabledColorMd = SkColorSetRGB(0x33, 0x67, 0xD6);
+ const SkColor kLinkEnabledColorMd = gfx::kGoogleBlue700;
switch (color_id) {
// MenuItem

Powered by Google App Engine
This is Rietveld 408576698