Index: cc/debug/debug_colors.h |
diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h |
index a1335e37e96d2f772d79e2329b0882c964e94532..9edfb377bad214401ea5c2fecbf3fb0b258a1092 100644 |
--- a/cc/debug/debug_colors.h |
+++ b/cc/debug/debug_colors.h |
@@ -106,6 +106,10 @@ class DebugColors { |
static int NonFastScrollableRectBorderWidth(); |
static SkColor NonFastScrollableRectFillColor(); |
+ static SkColor LayerAnimationBoundsBorderColor(); |
+ static int LayerAnimationBoundsBorderWidth(); |
+ static SkColor LayerAnimationBoundsFillColor(); |
+ |
static SkColor NonPaintedFillColor(); |
static SkColor MissingPictureFillColor(); |
static SkColor PictureBorderColor(); |