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

Side by Side Diff: cc/debug/debug_colors.h

Issue 13863015: Add flag for drawing layers to screen with Ganesh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/base/switches.cc ('k') | cc/debug/debug_colors.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CC_DEBUG_DEBUG_COLORS_H_ 5 #ifndef CC_DEBUG_DEBUG_COLORS_H_
6 #define CC_DEBUG_DEBUG_COLORS_H_ 6 #define CC_DEBUG_DEBUG_COLORS_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "third_party/skia/include/core/SkColor.h" 9 #include "third_party/skia/include/core/SkColor.h"
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 52
53 static SkColor CulledTileBorderColor(); 53 static SkColor CulledTileBorderColor();
54 static int CulledTileBorderWidth(const LayerTreeImpl* tree_impl); 54 static int CulledTileBorderWidth(const LayerTreeImpl* tree_impl);
55 55
56 static SkColor SolidColorTileBorderColor(); 56 static SkColor SolidColorTileBorderColor();
57 static int SolidColorTileBorderWidth(const LayerTreeImpl* tree_impl); 57 static int SolidColorTileBorderWidth(const LayerTreeImpl* tree_impl);
58 58
59 static SkColor PictureTileBorderColor(); 59 static SkColor PictureTileBorderColor();
60 static int PictureTileBorderWidth(const LayerTreeImpl* tree_impl); 60 static int PictureTileBorderWidth(const LayerTreeImpl* tree_impl);
61 61
62 static SkColor DirectPictureBorderColor();
63 static int DirectPictureBorderWidth(const LayerTreeImpl* tree_impl);
64
62 static SkColor DefaultCheckerboardColor(); 65 static SkColor DefaultCheckerboardColor();
63 static SkColor EvictedTileCheckerboardColor(); 66 static SkColor EvictedTileCheckerboardColor();
64 static SkColor InvalidatedTileCheckerboardColor(); 67 static SkColor InvalidatedTileCheckerboardColor();
65 68
66 static SkColor PaintRectBorderColor(); 69 static SkColor PaintRectBorderColor();
67 static int PaintRectBorderWidth(const LayerTreeImpl* tree_impl); 70 static int PaintRectBorderWidth(const LayerTreeImpl* tree_impl);
68 static SkColor PaintRectFillColor(); 71 static SkColor PaintRectFillColor();
69 72
70 static SkColor PropertyChangedRectBorderColor(); 73 static SkColor PropertyChangedRectBorderColor();
71 static int PropertyChangedRectBorderWidth(const LayerTreeImpl* tree_impl); 74 static int PropertyChangedRectBorderWidth(const LayerTreeImpl* tree_impl);
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 static SkColor MemoryDisplayTextColor(); 108 static SkColor MemoryDisplayTextColor();
106 static SkColor PaintTimeDisplayTextAndGraphColor(); 109 static SkColor PaintTimeDisplayTextAndGraphColor();
107 110
108 private: 111 private:
109 DISALLOW_IMPLICIT_CONSTRUCTORS(DebugColors); 112 DISALLOW_IMPLICIT_CONSTRUCTORS(DebugColors);
110 }; 113 };
111 114
112 } // namespace cc 115 } // namespace cc
113 116
114 #endif // CC_DEBUG_DEBUG_COLORS_H_ 117 #endif // CC_DEBUG_DEBUG_COLORS_H_
OLDNEW
« 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