Index: cc/debug/debug_colors.h |
diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h |
index ba5f8b629998ff8e71455403bb1f8d949470a731..be1294d9336657e874ea05972b76be60e825ecd3 100644 |
--- a/cc/debug/debug_colors.h |
+++ b/cc/debug/debug_colors.h |
@@ -56,6 +56,9 @@ class DebugColors { |
static SkColor SolidColorTileBorderColor(); |
static int SolidColorTileBorderWidth(const LayerTreeImpl* tree_impl); |
+ static SkColor PictureTileBorderColor(); |
+ static int PictureTileBorderWidth(const LayerTreeImpl* tree_impl); |
+ |
static SkColor DefaultCheckerboardColor(); |
static SkColor EvictedTileCheckerboardColor(); |
static SkColor InvalidatedTileCheckerboardColor(); |