Index: cc/debug/debug_colors.cc |
diff --git a/cc/debug/debug_colors.cc b/cc/debug/debug_colors.cc |
index 462fca7ddaf46100cd24ff4d1016c4356bf724ca..2d1c1dc022c8c8f3dd4b1721da97bdeddf039d4a 100644 |
--- a/cc/debug/debug_colors.cc |
+++ b/cc/debug/debug_colors.cc |
@@ -72,6 +72,10 @@ int DebugColors::CulledTileBorderWidth(const LayerTreeImpl* tree_impl) { return |
SkColor DebugColors::SolidColorTileBorderColor() { return SkColorSetARGB(128, 128, 128, 128); } |
int DebugColors::SolidColorTileBorderWidth(const LayerTreeImpl* tree_impl) { return Scale(1, tree_impl); } |
+// Picture tile borders are dark grey. |
+SkColor DebugColors::PictureTileBorderColor() { return SkColorSetARGB(64, 64, 64, 0); } |
+int DebugColors::PictureTileBorderWidth(const LayerTreeImpl* tree_impl) { return Scale(1, tree_impl); } |
+ |
// ======= Checkerboard colors ======= |
// Non-debug checkerboards are grey. |