Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(613)

Unified Diff: cc/debug/debug_colors.h

Issue 92853002: Support for drawing a debug border around animated layers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy switches for chromeos Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/base/switches.cc ('k') | cc/debug/debug_colors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/debug_colors.h
diff --git a/cc/debug/debug_colors.h b/cc/debug/debug_colors.h
index a1335e37e96d2f772d79e2329b0882c964e94532..9edfb377bad214401ea5c2fecbf3fb0b258a1092 100644
--- a/cc/debug/debug_colors.h
+++ b/cc/debug/debug_colors.h
@@ -106,6 +106,10 @@ class DebugColors {
static int NonFastScrollableRectBorderWidth();
static SkColor NonFastScrollableRectFillColor();
+ static SkColor LayerAnimationBoundsBorderColor();
+ static int LayerAnimationBoundsBorderWidth();
+ static SkColor LayerAnimationBoundsFillColor();
+
static SkColor NonPaintedFillColor();
static SkColor MissingPictureFillColor();
static SkColor PictureBorderColor();
« no previous file with comments | « cc/base/switches.cc ('k') | cc/debug/debug_colors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698