Index: cc/debug/debug_colors.h |
diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h |
index 51be76f2d440bdb58b59935a3f601977d81892ef..8a68dc0c8860ecf60e6fae390812b1432f997632 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 DirectPictureTileBorderColor(); |
+ static int DirectPictureTileBorderWidth(const LayerTreeImpl* tree_impl); |
+ |
static SkColor DefaultCheckerboardColor(); |
static SkColor EvictedTileCheckerboardColor(); |
static SkColor InvalidatedTileCheckerboardColor(); |