| Index: cc/debug/debug_colors.h
|
| diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h
|
| index 3b00d841bb2b988c0b60b50e39f44371c27cf021..5f86a3d54dfbc4b61336c9a371136788692c5bc6 100644
|
| --- a/cc/debug/debug_colors.h
|
| +++ b/cc/debug/debug_colors.h
|
| @@ -62,6 +62,9 @@ class DebugColors {
|
| static SkColor DirectPictureBorderColor();
|
| static int DirectPictureBorderWidth(const LayerTreeImpl* tree_impl);
|
|
|
| + static SkColor CompressedTileBorderColor();
|
| + static int CompressedTileBorderWidth(const LayerTreeImpl* tree_impl);
|
| +
|
| static SkColor DefaultCheckerboardColor();
|
| static SkColor EvictedTileCheckerboardColor();
|
| static SkColor InvalidatedTileCheckerboardColor();
|
|
|