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

Unified Diff: cc/debug/debug_colors.h

Issue 1377823002: Change HUD colors to distinguish status easily. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed typecasting warning. Created 5 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
« no previous file with comments | « no previous file | cc/debug/debug_colors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/debug_colors.h
diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h
index 8e4ec8dbf54e2e63218fdb91a28b81c142a2e198..1efabde86f87753a8697b78b04410f80e79126ee 100644
--- a/cc/debug/debug_colors.h
+++ b/cc/debug/debug_colors.h
@@ -115,6 +115,7 @@ class DebugColors {
static SkColor HUDBackgroundColor();
static SkColor HUDSeparatorLineColor();
static SkColor HUDIndicatorLineColor();
+ static SkColor HUDTitleColor();
static SkColor PlatformLayerTreeTextColor();
static SkColor FPSDisplayTextAndGraphColor();
« no previous file with comments | « no previous file | cc/debug/debug_colors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698