Index: cc/debug/debug_colors.h |
diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h |
index 673f199cb6d77e951dd8eef5d0c3d4417060120e..03f885576d5d2fb858062f15e195370b16d8258e 100644 |
--- a/cc/debug/debug_colors.h |
+++ b/cc/debug/debug_colors.h |
@@ -62,6 +62,9 @@ class DebugColors { |
static SkColor DirectPictureBorderColor(); |
static int DirectPictureBorderWidth(const LayerTreeImpl* tree_impl); |
+ static SkColor CompressedTileBorderColor(); |
+ static int CompressedTileBorderWidth(const LayerTreeImpl* tree_impl); |
+ |
static SkColor DefaultCheckerboardColor(); |
static SkColor EvictedTileCheckerboardColor(); |
static SkColor InvalidatedTileCheckerboardColor(); |