Index: cc/debug/debug_colors.h |
diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h |
index 3b00d841bb2b988c0b60b50e39f44371c27cf021..9313cb9a91a94ac0d8d3619f7c066d7b7a432414 100644 |
--- a/cc/debug/debug_colors.h |
+++ b/cc/debug/debug_colors.h |
@@ -67,9 +67,9 @@ class DebugColors { |
static SkColor InvalidatedTileCheckerboardColor(); |
static const int kFadeSteps = 50; |
- static SkColor PaintRectBorderColor(int step); |
+ static SkColor PaintRectBorderColor(int step, bool is_first_paint); |
static int PaintRectBorderWidth(); |
- static SkColor PaintRectFillColor(int step); |
+ static SkColor PaintRectFillColor(int step, bool is_first_paint); |
static SkColor PropertyChangedRectBorderColor(); |
static int PropertyChangedRectBorderWidth(); |