| Index: cc/debug/debug_colors.cc
|
| diff --git a/cc/debug/debug_colors.cc b/cc/debug/debug_colors.cc
|
| index 6cbbfe9431d6104a814df11d927eeb1d67c03953..97f6c576c5824b69656f4e66135373948a48c89b 100644
|
| --- a/cc/debug/debug_colors.cc
|
| +++ b/cc/debug/debug_colors.cc
|
| @@ -146,6 +146,14 @@ int DebugColors::DirectPictureBorderWidth(const LayerTreeImpl* tree_impl) {
|
| return Scale(1, tree_impl);
|
| }
|
|
|
| +// Compressed tile borders are blue.
|
| +SkColor DebugColors::CompressedTileBorderColor() {
|
| + return SkColorSetARGB(100, 20, 20, 240);
|
| +}
|
| +int DebugColors::CompressedTileBorderWidth(const LayerTreeImpl* tree_impl) {
|
| + return Scale(2, tree_impl);
|
| +}
|
| +
|
| // ======= Checkerboard colors =======
|
|
|
| // Non-debug checkerboards are grey.
|
|
|