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