Index: cc/debug/debug_colors.h |
diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h |
index 2c35c4aabb7413573d47830ccc7941ac9a15ce14..4ab6b27da4655aa013db20b9a02643bc05297987 100644 |
--- a/cc/debug/debug_colors.h |
+++ b/cc/debug/debug_colors.h |
@@ -69,9 +69,10 @@ class DebugColors { |
static SkColor EvictedTileCheckerboardColor(); |
static SkColor InvalidatedTileCheckerboardColor(); |
- static SkColor PaintRectBorderColor(); |
+ static const int kFadeSteps = 50; |
+ static SkColor PaintRectBorderColor(const int step); |
caseq
2014/03/06 11:48:37
no need for const here. also, unsigned perhaps?
|
static int PaintRectBorderWidth(); |
- static SkColor PaintRectFillColor(); |
+ static SkColor PaintRectFillColor(const int step); |
caseq
2014/03/06 11:48:37
ditto
|
static SkColor PropertyChangedRectBorderColor(); |
static int PropertyChangedRectBorderWidth(); |