Index: cc/debug/debug_colors.h |
diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h |
index 51be76f2d440bdb58b59935a3f601977d81892ef..407aa651da74344fd51a3b196fe3aee8833d653b 100644 |
--- a/cc/debug/debug_colors.h |
+++ b/cc/debug/debug_colors.h |
@@ -59,6 +59,9 @@ class DebugColors { |
static SkColor PictureTileBorderColor(); |
static int PictureTileBorderWidth(const LayerTreeImpl* tree_impl); |
+ static SkColor DirectPictureBorderColor(); |
+ static int DirectPictureBorderWidth(const LayerTreeImpl* tree_impl); |
+ |
static SkColor DefaultCheckerboardColor(); |
static SkColor EvictedTileCheckerboardColor(); |
static SkColor InvalidatedTileCheckerboardColor(); |