summaryrefslogtreecommitdiffstats
path: root/chromium/cc/debug/debug_colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/debug/debug_colors.h')
-rw-r--r--chromium/cc/debug/debug_colors.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/chromium/cc/debug/debug_colors.h b/chromium/cc/debug/debug_colors.h
index 9edfb377bad..3b00d841bb2 100644
--- a/chromium/cc/debug/debug_colors.h
+++ b/chromium/cc/debug/debug_colors.h
@@ -29,6 +29,9 @@ class DebugColors {
static SkColor ContainerLayerBorderColor();
static int ContainerLayerBorderWidth(const LayerTreeImpl* tree_impl);
+ static SkColor SurfaceLayerBorderColor();
+ static int SurfaceLayerBorderWidth(const LayerTreeImpl* tree_impl);
+
static SkColor SurfaceBorderColor();
static int SurfaceBorderWidth(const LayerTreeImpl* tree_impl);
@@ -50,9 +53,6 @@ class DebugColors {
static SkColor MissingTileBorderColor();
static int MissingTileBorderWidth(const LayerTreeImpl* tree_impl);
- static SkColor CulledTileBorderColor();
- static int CulledTileBorderWidth(const LayerTreeImpl* tree_impl);
-
static SkColor SolidColorTileBorderColor();
static int SolidColorTileBorderWidth(const LayerTreeImpl* tree_impl);
@@ -66,9 +66,10 @@ class DebugColors {
static SkColor EvictedTileCheckerboardColor();
static SkColor InvalidatedTileCheckerboardColor();
- static SkColor PaintRectBorderColor();
+ static const int kFadeSteps = 50;
+ static SkColor PaintRectBorderColor(int step);
static int PaintRectBorderWidth();
- static SkColor PaintRectFillColor();
+ static SkColor PaintRectFillColor(int step);
static SkColor PropertyChangedRectBorderColor();
static int PropertyChangedRectBorderWidth();
@@ -102,6 +103,10 @@ class DebugColors {
static int WheelEventHandlerRectBorderWidth();
static SkColor WheelEventHandlerRectFillColor();
+ static SkColor ScrollEventHandlerRectBorderColor();
+ static int ScrollEventHandlerRectBorderWidth();
+ static SkColor ScrollEventHandlerRectFillColor();
+
static SkColor NonFastScrollableRectBorderColor();
static int NonFastScrollableRectBorderWidth();
static SkColor NonFastScrollableRectFillColor();
@@ -112,6 +117,7 @@ class DebugColors {
static SkColor NonPaintedFillColor();
static SkColor MissingPictureFillColor();
+ static SkColor MissingResizeInvalidations();
static SkColor PictureBorderColor();
static SkColor HUDBackgroundColor();