| Index: cc/debug/debug_colors.h
|
| diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h
|
| index 4b9fe1a1492e8c5c03f4d14de7ab9b502fde9a8c..cb220b570c32ca5e6675c8a397598b658925d18a 100644
|
| --- a/cc/debug/debug_colors.h
|
| +++ b/cc/debug/debug_colors.h
|
| @@ -56,6 +56,9 @@ class DebugColors {
|
| static SkColor SolidColorTileBorderColor();
|
| static int SolidColorTileBorderWidth(const LayerTreeImpl* tree_impl);
|
|
|
| + static SkColor PictureTileBorderColor();
|
| + static int PictureTileBorderWidth(const LayerTreeImpl* tree_impl);
|
| +
|
| static SkColor DefaultCheckerboardColor();
|
| static SkColor EvictedTileCheckerboardColor();
|
| static SkColor InvalidatedTileCheckerboardColor();
|
|
|