Index: cc/debug_colors.h |
diff --git a/cc/debug_colors.h b/cc/debug_colors.h |
index 31f5098f8bccbda31cfc5690066614e7bf42a72c..8a4d480c84057ec7b2bd699450cd7d6a52681a41 100644 |
--- a/cc/debug_colors.h |
+++ b/cc/debug_colors.h |
@@ -17,6 +17,9 @@ class DebugColors { |
static SkColor TiledContentLayerBorderColor(); |
static int TiledContentLayerBorderWidth(const LayerTreeImpl* tree_impl); |
+ static SkColor ImageLayerBorderColor(); |
+ static int ImageLayerBorderWidth(const LayerTreeImpl* tree_impl); |
+ |
static SkColor ContentLayerBorderColor(); |
static int ContentLayerBorderWidth(const LayerTreeImpl* tree_impl); |