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

Unified Diff: cc/debug_colors.h

Issue 12316084: cc: Consolidate the analysis_canvas operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unused vars Created 7 years, 10 months 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 | « no previous file | cc/debug_colors.cc » ('j') | cc/picture.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug_colors.h
diff --git a/cc/debug_colors.h b/cc/debug_colors.h
index 8a4d480c84057ec7b2bd699450cd7d6a52681a41..3342fbb60e9f46a975ffc4ebf3635c6f2dcd8c78 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();
« no previous file with comments | « no previous file | cc/debug_colors.cc » ('j') | cc/picture.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698