| Index: cc/debug_colors.h
|
| diff --git a/cc/debug_colors.h b/cc/debug_colors.h
|
| index 8a4d480c84057ec7b2bd699450cd7d6a52681a41..3342fbb60e9f46a975ffc4ebf3635c6f2dcd8c78 100644
|
| --- a/cc/debug_colors.h
|
| +++ b/cc/debug_colors.h
|
| @@ -53,6 +53,9 @@ class DebugColors {
|
| static SkColor CulledTileBorderColor();
|
| static int CulledTileBorderWidth(const LayerTreeImpl* tree_impl);
|
|
|
| + static SkColor SolidColorTileBorderColor();
|
| + static int SolidColorTileBorderWidth(const LayerTreeImpl* tree_impl);
|
| +
|
| static SkColor DefaultCheckerboardColor();
|
| static SkColor EvictedTileCheckerboardColor();
|
| static SkColor InvalidatedTileCheckerboardColor();
|
|
|