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

Unified Diff: chrome/browser/themes/theme_service_win.h

Issue 2381283003: Have Chrome draw top window border when using custom titlebar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add include Created 4 years, 2 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/themes/theme_service_win.h
diff --git a/chrome/browser/themes/theme_service_win.h b/chrome/browser/themes/theme_service_win.h
index a702f389417d92a2460c44840da4fafeffb4291b..78003bf5c254acba946203d37f4f8560a80b141b 100644
--- a/chrome/browser/themes/theme_service_win.h
+++ b/chrome/browser/themes/theme_service_win.h
@@ -33,6 +33,9 @@ class ThemeServiceWin : public ThemeService {
// The DWM frame color, if available; white otherwise.
SkColor dwm_frame_color_;
+ // The DWM accent border color, if available; white otherwise.
+ SkColor dwm_accent_color_;
Bret 2016/10/06 20:48:09 Hmm this name is confusing because the AccentColor
+
DISALLOW_COPY_AND_ASSIGN(ThemeServiceWin);
};

Powered by Google App Engine
This is Rietveld 408576698