| Index: cc/debug_colors.h
|
| diff --git a/cc/debug_colors.h b/cc/debug_colors.h
|
| index 3f62ed4426cdd879832bef3a15be732262e1ea0f..73b6399460e0c84b63b3866ed5ba906de1a503b1 100644
|
| --- a/cc/debug_colors.h
|
| +++ b/cc/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();
|
|
|