Index: cc/debug/debug_colors.cc |
diff --git a/cc/debug/debug_colors.cc b/cc/debug/debug_colors.cc |
index cc2229779330f3941fd6b96f6b968f46f81884c6..bb0514ca91bfdcb0ddf55460775ba028ecffc403 100644 |
--- a/cc/debug/debug_colors.cc |
+++ b/cc/debug/debug_colors.cc |
@@ -136,6 +136,14 @@ int DebugColors::PictureTileBorderWidth(const LayerTreeImpl* tree_impl) { |
return Scale(1, tree_impl); |
} |
+// Direct picture borders are chartreuse. |
+SkColor DebugColors::DirectPictureBorderColor() { |
+ return SkColorSetARGB(255, 127, 255, 0); |
+} |
+int DebugColors::DirectPictureBorderWidth(const LayerTreeImpl* tree_impl) { |
+ return Scale(1, tree_impl); |
+} |
+ |
// ======= Checkerboard colors ======= |
// Non-debug checkerboards are grey. |